Commit 2c8d0e5b authored by suhuiguang's avatar suhuiguang

1.增加更新日期,再次审核流程

parent 62658dd3
...@@ -157,6 +157,9 @@ public class PlanServiceImpl implements IPlanService { ...@@ -157,6 +157,9 @@ public class PlanServiceImpl implements IPlanService {
//执行一步 //执行一步
processInstanceId = audit.getProcessInstanceId(); processInstanceId = audit.getProcessInstanceId();
workflowExcuteService.excuteTask(processInstanceId, checkTypeSuEnum.getCondition()); workflowExcuteService.excuteTask(processInstanceId, checkTypeSuEnum.getCondition());
//更新时间
audit.setUpdateDate(new Date());
planAuditDao.save(audit);
//记录执行流水-启动节点 //记录执行流水-启动节点
insertAuditLog(reginParams, param, personIdentity, audit); insertAuditLog(reginParams, param, personIdentity, audit);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment