流程數據未初始化

2024年2月1日V1.0.53
liujun 2024-01-31 21:17:48 +08:00
parent 14d0c4df8e
commit d61088c59e
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ public class XgfUserServiceImpl implements XgfUserService {
flow.put("CREATOR_TIME", DateUtil.getTime());
flow.put("VALID_FLAG", "1");
flow.put("ISDELETE", "0");
flow.put("END_FLAG","0");
flow.put("FOREIGN_KEY", x.getString("XGF_USER_ID"));
flowMapper.save(flow);
/* 保存审批流程明细信息 */