c461f7c0 by 肖初晴

【DAOP-1.0】企业认证

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