|
|
@ -421,6 +421,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
throw new ServiceException("表单不是已提交状态,不能复核"); |
|
|
throw new ServiceException("表单不是已提交状态,不能复核"); |
|
|
} |
|
|
} |
|
|
studyFormFillOld.setBdzt(StudyFormFillBdztEnum.ywcfh.getValue()); |
|
|
studyFormFillOld.setBdzt(StudyFormFillBdztEnum.ywcfh.getValue()); |
|
|
|
|
|
studyFormFillOld.setBdnr(studyFormFill.getBdnr()); |
|
|
this.updateById(studyFormFillOld); |
|
|
this.updateById(studyFormFillOld); |
|
|
//稽查轨迹 |
|
|
//稽查轨迹 |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
@ -451,6 +452,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
throw new ServiceException("表单不是已提交状态,不能复核"); |
|
|
throw new ServiceException("表单不是已提交状态,不能复核"); |
|
|
} |
|
|
} |
|
|
studyFormFillOld.setBdzt(StudyFormFillBdztEnum.tbz.getValue()); |
|
|
studyFormFillOld.setBdzt(StudyFormFillBdztEnum.tbz.getValue()); |
|
|
|
|
|
studyFormFillOld.setBdnr(studyFormFill.getBdnr()); |
|
|
this.updateById(studyFormFillOld); |
|
|
this.updateById(studyFormFillOld); |
|
|
//稽查轨迹 |
|
|
//稽查轨迹 |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
@ -481,6 +483,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
throw new ServiceException("表单不是已提交状态,不能复核"); |
|
|
throw new ServiceException("表单不是已提交状态,不能复核"); |
|
|
} |
|
|
} |
|
|
studyFormFillOld.setBdzt(StudyFormFillBdztEnum.ywc.getValue()); |
|
|
studyFormFillOld.setBdzt(StudyFormFillBdztEnum.ywc.getValue()); |
|
|
|
|
|
studyFormFillOld.setBdnr(studyFormFill.getBdnr()); |
|
|
this.updateById(studyFormFillOld); |
|
|
this.updateById(studyFormFillOld); |
|
|
//稽查轨迹 |
|
|
//稽查轨迹 |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
@ -510,6 +513,8 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
if (!(studyFormFillOld.getBdzt().equals(StudyFormFillBdztEnum.ywcfh.getValue()) || studyFormFillOld.getBdzt().equals(StudyFormFillBdztEnum.ywc.getValue()))) { |
|
|
if (!(studyFormFillOld.getBdzt().equals(StudyFormFillBdztEnum.ywcfh.getValue()) || studyFormFillOld.getBdzt().equals(StudyFormFillBdztEnum.ywc.getValue()))) { |
|
|
throw new ServiceException("表单不是已完成状态,不能审阅"); |
|
|
throw new ServiceException("表单不是已完成状态,不能审阅"); |
|
|
} |
|
|
} |
|
|
|
|
|
studyFormFillOld.setBdnr(studyFormFill.getBdnr()); |
|
|
|
|
|
this.updateById(studyFormFillOld); |
|
|
//稽查轨迹 |
|
|
//稽查轨迹 |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
formData.put("备注", studyFormFill.getRemark()); |
|
|
formData.put("备注", studyFormFill.getRemark()); |
|
|
|