【DAOP-1.0】企业认证
【功能点】联调问题处理
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -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 | ... | ... | 
- 
Please register or sign in to post a comment
