【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -442,8 +442,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -442,8 +442,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
442 | AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid()); | 442 | AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid()); |
443 | // todo | 443 | // todo |
444 | approvalDTO.setFuncCode("QYRZ"); | 444 | approvalDTO.setFuncCode("QYRZ"); |
445 | approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s",entity.getGuid(), entity.getTenantName(), | 445 | approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&bizGuid=%s",entity.getGuid(), entity.getTenantName(), |
446 | entity.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue())); | 446 | entity.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(),entity.getGuid())); |
447 | // 流程消息中的变量替换参数 | 447 | // 流程消息中的变量替换参数 |
448 | approvalDTO.setFlowMessageBody(String.format("%s", entity.getTenantName())); | 448 | approvalDTO.setFlowMessageBody(String.format("%s", entity.getTenantName())); |
449 | // 流程列表数据核心param参数处理 | 449 | // 流程列表数据核心param参数处理 | ... | ... |
-
Please register or sign in to post a comment