Browse Source

style:[代码规范]

master
HanLong 2 months ago
parent
commit
2a6245cb8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/SjServiceImpl.java

+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/SjServiceImpl.java View File

@ -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);

Loading…
Cancel
Save