|
|
|
@ -345,6 +345,7 @@ public class StudyFormPreServiceImpl extends ServiceImpl |
|
|
|
throw new ServiceException("不是已提交状态,不能审核"); |
|
|
|
} |
|
|
|
studyFormPreOld.setBdzt(StudyFormPreBdztEnum.wtg.getValue()); |
|
|
|
studyFormPreOld.setFzrshzt(StudyFormPreFzrshztEnum.wsh.getValue()); |
|
|
|
this.updateById(studyFormPreOld); |
|
|
|
//稽查轨迹 |
|
|
|
Map<String, String> formData = new LinkedHashMap<>(); |
|
|
|
|