diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/SjServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/SjServiceImpl.java index 22e4e27..7e11591 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/SjServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/SjServiceImpl.java @@ -667,7 +667,7 @@ public class SjServiceImpl extends ServiceImpl implements ISjServi for (StudyFormFillResource studyFormFillResource : studyFormFillResourceList) { Sj sj = sjMap.get(studyFormFillResource.getBh()); //配置的才保存,或更新 - if (studyFormFillResource.getType() == null) { + if (studyFormFillResource.getType() == null) {: if (sj == null) { sj = new Sj(); sj.setStudyId(studyId);