|
|
@ -80,6 +80,10 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
private IStudySubjectService studySubjectService; |
|
|
private IStudySubjectService studySubjectService; |
|
|
@Autowired |
|
|
@Autowired |
|
|
private IJcbService jcbService; |
|
|
private IJcbService jcbService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private ICellService cellService; |
|
|
|
|
|
@Autowired |
|
|
|
|
|
private IBacteriaService bacteriaService; |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public List<StudyFormFill> queryQxList(StudyFormFill form) { |
|
|
public List<StudyFormFill> queryQxList(StudyFormFill form) { |
|
|
@ -625,8 +629,8 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
studyFormFillOld.setCzlist(studyFormFill.getCzlist()); |
|
|
studyFormFillOld.setCzlist(studyFormFill.getCzlist()); |
|
|
//生成检测板 |
|
|
//生成检测板 |
|
|
genJcbList(studyFormFillOld, studyFormFill.getRemark()); |
|
|
genJcbList(studyFormFillOld, studyFormFill.getRemark()); |
|
|
//生成细胞细菌 |
|
|
|
|
|
genXbxj(studyFormFill, studyFormFill.getRemark()); |
|
|
|
|
|
|
|
|
//生成细胞细菌 弃用 |
|
|
|
|
|
// genXbxj(studyFormFill, studyFormFill.getRemark()); |
|
|
} |
|
|
} |
|
|
//生成物资 |
|
|
//生成物资 |
|
|
genResource(studyFormFillOld, studyFormFill.getRemark()); |
|
|
genResource(studyFormFillOld, studyFormFill.getRemark()); |
|
|
@ -655,8 +659,8 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
this.save(studyFormFill); |
|
|
this.save(studyFormFill); |
|
|
//生成检测板 |
|
|
//生成检测板 |
|
|
genJcbList(studyFormFill, studyFormFill.getRemark()); |
|
|
genJcbList(studyFormFill, studyFormFill.getRemark()); |
|
|
//生成细胞细菌 |
|
|
|
|
|
genXbxj(studyFormFill, studyFormFill.getRemark()); |
|
|
|
|
|
|
|
|
//生成细胞细菌 弃用 |
|
|
|
|
|
// genXbxj(studyFormFill, studyFormFill.getRemark()); |
|
|
//生成物资 |
|
|
//生成物资 |
|
|
genResource(studyFormFill, studyFormFill.getRemark()); |
|
|
genResource(studyFormFill, studyFormFill.getRemark()); |
|
|
//稽查轨迹 |
|
|
//稽查轨迹 |
|
|
@ -712,6 +716,8 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
sjService.genResource(studyFormFill, template); |
|
|
sjService.genResource(studyFormFill, template); |
|
|
gyzjService.genResource(studyFormFill, template, remark); |
|
|
gyzjService.genResource(studyFormFill, template, remark); |
|
|
mjyService.genResource(studyFormFill, template, remark); |
|
|
mjyService.genResource(studyFormFill, template, remark); |
|
|
|
|
|
cellService.genResource(studyFormFill, template); |
|
|
|
|
|
bacteriaService.genResource(studyFormFill, template); |
|
|
//更新 Resource |
|
|
//更新 Resource |
|
|
this.updateById(studyFormFill); |
|
|
this.updateById(studyFormFill); |
|
|
} |
|
|
} |
|
|
|