提交 e8af0759 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 df8a4957
......@@ -194,7 +194,7 @@ public class CipTypographicCoverRelationManage {
//ss.setBookName(qualityInspection.getBookName());
// 查选题数据
List<SelectedSubject> select = selectedSubjectMapper.select(ss);
if (select != null){
if (ArrayUtils.isNotEmpty(select)){
SelectedSubject subject = select.get(0);
qualityInspection.setPublicationForm(subject.getPublicationForm());
qualityInspection.setGiveAuthorNum(subject.getGiveAuthorNum());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论