|
|
@ -667,7 +667,7 @@ public class SjServiceImpl extends ServiceImpl implements ISjServi |
|
|
for (StudyFormFillResource studyFormFillResource : studyFormFillResourceList) { |
|
|
for (StudyFormFillResource studyFormFillResource : studyFormFillResourceList) { |
|
|
Sj sj = sjMap.get(studyFormFillResource.getBh()); |
|
|
Sj sj = sjMap.get(studyFormFillResource.getBh()); |
|
|
//配置的才保存,或更新 |
|
|
//配置的才保存,或更新 |
|
|
if (studyFormFillResource.getType() == null) { |
|
|
|
|
|
|
|
|
if (studyFormFillResource.getType() == null) {: |
|
|
if (sj == null) { |
|
|
if (sj == null) { |
|
|
sj = new Sj(); |
|
|
sj = new Sj(); |
|
|
sj.setStudyId(studyId); |
|
|
sj.setStudyId(studyId); |
|
|
|