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