diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/GyzjServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/GyzjServiceImpl.java index deddf36..45fde80 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/GyzjServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/GyzjServiceImpl.java @@ -1498,8 +1498,8 @@ public class GyzjServiceImpl extends ServiceImpl implements IG } else { this.updateById(gyzj); } - studyFormFillResource.setType(StudyFormFillResourceTypeEnum.gyzj.getValue()); } + studyFormFillResource.setType(StudyFormFillResourceTypeEnum.gyzj.getValue()); } else { //使用的才更新 Resource studyFormFillResource.setMc(gyzj.getMc()); diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java index 2e749ae..b0a449b 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java @@ -1284,8 +1284,8 @@ public class MjyServiceImpl extends ServiceImpl implements IMjyS } else { this.updateById(mjy); } - studyFormFillResource.setType(StudyFormFillResourceTypeEnum.mjy.getValue()); } + studyFormFillResource.setType(StudyFormFillResourceTypeEnum.mjy.getValue()); } else { //使用的才更新 Resource studyFormFillResource.setMc(mjy.getMc()); 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 9d2f822..4620d2b 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 @@ -712,8 +712,8 @@ public class SjServiceImpl extends ServiceImpl implements ISjServi } sjMap.put(sj.getBh(), sj); sjList.add(sj); - studyFormFillResource.setType(StudyFormFillResourceTypeEnum.sj.getValue()); } + studyFormFillResource.setType(StudyFormFillResourceTypeEnum.sj.getValue()); }else{ //使用的才更新 Resource studyFormFillResource.setMc(sj.getMc()); diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java index ba28e50..c0fdf5c 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java @@ -552,16 +552,10 @@ public class StudyFormFillServiceImpl extends ServiceImpl