|
@@ -1325,6 +1325,8 @@ public class ActivitiServiceImpl implements ActivitiService {
|
|
map.remove(SystemConstant.APPROVE_ID);
|
|
map.remove(SystemConstant.APPROVE_ID);
|
|
map.remove(SystemConstant.PROCESS_DEFINITION_ID);
|
|
map.remove(SystemConstant.PROCESS_DEFINITION_ID);
|
|
map.remove(SystemConstant.FLOW_STATUS);
|
|
map.remove(SystemConstant.FLOW_STATUS);
|
|
|
|
+ map.remove(SystemConstant.OBJECT_DATA);
|
|
|
|
+ map.remove(SystemConstant.FLOW_SUBMIT);
|
|
map.computeIfAbsent(SystemConstant.ACT_FLOW_ID, v -> tfCustomFlow.getActFlowId());
|
|
map.computeIfAbsent(SystemConstant.ACT_FLOW_ID, v -> tfCustomFlow.getActFlowId());
|
|
tfCustomFlowEntity.setFlowProcessVar(JacksonUtil.parseJson(map));
|
|
tfCustomFlowEntity.setFlowProcessVar(JacksonUtil.parseJson(map));
|
|
tfCustomFlow.setUpdateId(sysUser.getId());
|
|
tfCustomFlow.setUpdateId(sysUser.getId());
|