bb3ae584 by xiaojie

【数据资产】

1、待办地址调整
1 parent fb08dacd
......@@ -358,8 +358,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
}
// 发起新的流程
approvalDTO.setBizGuid(entity.getGuid());
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()));
approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&type=detail",entity.getGuid(), entity.getTenantName(),
entity.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue()));
approvalFlowUtil.addApproval(approvalDTO);
afterSave(entity, rqVO);
}
......@@ -654,8 +654,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
private AddApprovalDTO getAddApprovalDTO(MfEnterprise entity, EnterpriseRQVO rqVO) {
AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid());
approvalDTO.setFuncCode(SysFuncCode);
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()));
approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&type=detail", entity.getGuid(), entity.getTenantName(),
entity.getTenantName(), WorkFlowBizEnum.ENTERPRISE_APPLY.getValue()));
// 流程消息中的变量替换参数
approvalDTO.setFlowMessageBody(entity.getTenantName());
// 流程列表数据核心param参数处理
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!