Browse Source

fix:[试验管理]填报bug

master
15881625488@163.com 2 months ago
parent
commit
67eb23386a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormFillServiceImpl.java

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

@ -442,10 +442,10 @@ public class StudyFormFillServiceImpl extends ServiceImpl
sjService.genResource(studyFormFill, template); sjService.genResource(studyFormFill, template);
} }
if (template.getProduct().equals(ProductEnum.Gyzj.getValue())) { if (template.getProduct().equals(ProductEnum.Gyzj.getValue())) {
mjyService.genResource(studyFormFill, template,remark);
gyzjService.genResource(studyFormFill, template,remark);
} }
if (template.getProduct().equals(ProductEnum.Mjy.getValue())) { if (template.getProduct().equals(ProductEnum.Mjy.getValue())) {
gyzjService.genResource(studyFormFill, template,remark);
mjyService.genResource(studyFormFill, template,remark);
} }
} }

Loading…
Cancel
Save