Commit 3f2f2b86 authored by tianbo's avatar tianbo

Merge branch 'developer' into developer-latentDanger

parents a44c3271 626a82d0
......@@ -157,6 +157,9 @@ public class PlanServiceImpl implements IPlanService {
//执行一步
processInstanceId = audit.getProcessInstanceId();
workflowExcuteService.excuteTask(processInstanceId, checkTypeSuEnum.getCondition());
//更新时间
audit.setUpdateDate(new Date());
planAuditDao.save(audit);
//记录执行流水-启动节点
insertAuditLog(reginParams, param, personIdentity, audit);
} else {
......
liqiubase 有新改动,提交测试,需查看是否执行成功,以免造成执行失败,数据不能同步,造成数据不统一
\ No newline at end of file
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