Browse Source

fix:[预填表单]bug

master
15881625488@163.com 3 weeks ago
parent
commit
4c9c3d19a1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormPreServiceImpl.java

+ 1
- 0
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/StudyFormPreServiceImpl.java View File

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

Loading…
Cancel
Save