Browse Source

fix:[试验信息][计划表单]

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

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

@ -307,7 +307,7 @@ public class StudyFormApplyServiceImpl extends ServiceImpl
//验证签名人密码 todo
studyFormApply.setBdzt(StudyFormApplyBdztEnum.ytj.getValue());
studyFormApply.setTjsj(new Date());
this.updateById(studyFormApply);
this.saveOrUpdate(studyFormApply);
//稽查轨迹
Map<String, String> formData = new LinkedHashMap<>();
formData.put("备注",studyFormApply.getRemark());

Loading…
Cancel
Save