822a2cca by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent d0d4b0dd
...@@ -510,6 +510,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -510,6 +510,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
510 AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid()); 510 AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid());
511 // todo 511 // todo
512 approvalDTO.setFuncCode("QYRZ"); 512 approvalDTO.setFuncCode("QYRZ");
513 approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s",entity.getGuid(), entity.getTenantName(),
514 entity.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue()));
513 // 流程消息中的变量替换参数 515 // 流程消息中的变量替换参数
514 approvalDTO.setFlowMessageBody(String.format("%s", entity.getTenantName())); 516 approvalDTO.setFlowMessageBody(String.format("%s", entity.getTenantName()));
515 // 流程列表数据核心param参数处理 517 // 流程列表数据核心param参数处理
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!