f2e8698d by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 94fdfde1
......@@ -447,7 +447,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
RedisStaffPOJO staffPOJO = redisUtil.getRedisStaff();
AddApprovalDTO approvalDTO = new AddApprovalDTO(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(), entity.getGuid());
approvalDTO.setFuncCode("QYRZ");
approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&bizGuid=%s",entity.getGuid(), entity.getTenantName(),
approvalDTO.setUrlParam(String.format("guid=%s&name=%s&tName=%s&fType=%s&bizGuid=%s&type=detail",entity.getGuid(), entity.getTenantName(),
staffPOJO.getTenantName(),WorkFlowBizEnum.ENTERPRISE_APPLY.getValue(),entity.getGuid()));
// 流程消息中的变量替换参数
approvalDTO.setFlowMessageBody(String.format("%s", entity.getTenantName()));
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!