c461f7c0 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent fd0a9575
...@@ -555,7 +555,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -555,7 +555,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
555 rqQueryVO.setIsNeedQuery(true); 555 rqQueryVO.setIsNeedQuery(true);
556 if (approvalFlowUtil.isQueryBizGuid(rqQueryVO)) { 556 if (approvalFlowUtil.isQueryBizGuid(rqQueryVO)) {
557 rqQueryVO.setFlowType(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue()); 557 rqQueryVO.setFlowType(WorkFlowBizEnum.ENTERPRISE_APPLY.getValue());
558 List<String> bizGuidList = approvalFlowUtil.getApprovalBizGuids(rqQueryVO); 558 List<String> bizGuidList = approvalFlowUtil.getApprovalCrossTenantBizGuids(rqQueryVO);
559 if (CollectionUtils.isEmpty(bizGuidList)) { 559 if (CollectionUtils.isEmpty(bizGuidList)) {
560 rqQueryVO.setIsNeedQuery(false); 560 rqQueryVO.setIsNeedQuery(false);
561 } else { 561 } else {
...@@ -620,7 +620,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -620,7 +620,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
620 private EnterpriseRSVO convertToVO(MfEnterprise entity) { 620 private EnterpriseRSVO convertToVO(MfEnterprise entity) {
621 EnterpriseRSVO vo = csbrBeanUtil.convert(entity, EnterpriseRSVO.class); 621 EnterpriseRSVO vo = csbrBeanUtil.convert(entity, EnterpriseRSVO.class);
622 //流程数据处理 622 //流程数据处理
623 vo.setApproveVO(approvalFlowUtil.getApprovalInfo(entity.getGuid())); 623 vo.setApproveVO(approvalFlowUtil.getApprovalCrossTenantInfo(entity.getGuid()));
624 return vo; 624 return vo;
625 } 625 }
626 626
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!