7d288801 by xiaojie

【数据资产】

1、启动项目 初始化执行状态
1 parent 081fa014
......@@ -558,10 +558,12 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
RedisStaffPOJO staffPOJO = redisUtil.getRedisStaff();
AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid());
approvalDTO.setFuncCode(SysFuncCode);
System.out.println("=======entity, " + JSON.toJSONString(entity));
approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&bizGuid=%s&type=detail", entity.getGuid(), entity.getTenantName(),
entity.getTenantName(), WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid()));
System.out.println("=======approvalDTO, " + JSON.toJSONString(approvalDTO));
// 流程消息中的变量替换参数
approvalDTO.setFlowMessageBody(String.format("%s", entity.getTenantName()));
approvalDTO.setFlowMessageBody(entity.getTenantName());
// 流程列表数据核心param参数处理
approvalDTO.setParam1(entity.getTenantName());
approvalDTO.setParam2(entity.getTenantType());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!