【数据资产】
1、待办地址调整
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -358,8 +358,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -358,8 +358,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 358 | } | 358 | } |
| 359 | // 发起新的流程 | 359 | // 发起新的流程 |
| 360 | approvalDTO.setBizGuid(entity.getGuid()); | 360 | approvalDTO.setBizGuid(entity.getGuid()); |
| 361 | approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&bizGuid=%s&type=detail",entity.getGuid(), entity.getTenantName(), | 361 | approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&type=detail",entity.getGuid(), entity.getTenantName(), |
| 362 | entity.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(),entity.getGuid())); | 362 | entity.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue())); |
| 363 | approvalFlowUtil.addApproval(approvalDTO); | 363 | approvalFlowUtil.addApproval(approvalDTO); |
| 364 | afterSave(entity, rqVO); | 364 | afterSave(entity, rqVO); |
| 365 | } | 365 | } |
| ... | @@ -654,8 +654,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -654,8 +654,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 654 | private AddApprovalDTO getAddApprovalDTO(MfEnterprise entity, EnterpriseRQVO rqVO) { | 654 | private AddApprovalDTO getAddApprovalDTO(MfEnterprise entity, EnterpriseRQVO rqVO) { |
| 655 | AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid()); | 655 | AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid()); |
| 656 | approvalDTO.setFuncCode(SysFuncCode); | 656 | approvalDTO.setFuncCode(SysFuncCode); |
| 657 | approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&bizGuid=%s&type=detail", entity.getGuid(), entity.getTenantName(), | 657 | approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&type=detail", entity.getGuid(), entity.getTenantName(), |
| 658 | entity.getTenantName(), WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid())); | 658 | entity.getTenantName(), WorkFlowBizEnum.ENTERPRISE_APPLY.getValue())); |
| 659 | // 流程消息中的变量替换参数 | 659 | // 流程消息中的变量替换参数 |
| 660 | approvalDTO.setFlowMessageBody(entity.getTenantName()); | 660 | approvalDTO.setFlowMessageBody(entity.getTenantName()); |
| 661 | // 流程列表数据核心param参数处理 | 661 | // 流程列表数据核心param参数处理 | ... | ... |
-
Please register or sign in to post a comment