【数据资产】
1、企业信息-分页(调用流程)
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -139,8 +139,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -139,8 +139,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
139 | for (ApproveVO approveVO : approveVOList) { | 139 | for (ApproveVO approveVO : approveVOList) { |
140 | // 补跨服务审批状态数据 | 140 | // 补跨服务审批状态数据 |
141 | EnterpriseApproveRSVO enterpriseApproveRSVO = csbrBeanUtil.convert(approveVO, EnterpriseApproveRSVO.class); | 141 | EnterpriseApproveRSVO enterpriseApproveRSVO = csbrBeanUtil.convert(approveVO, EnterpriseApproveRSVO.class); |
142 | if (ObjectUtils.isNotEmpty(mfEnterpriseMap) && mfEnterpriseMap.containsKey(enterpriseApproveRSVO.getGuid())) { | 142 | if (ObjectUtils.isNotEmpty(mfEnterpriseMap) && mfEnterpriseMap.containsKey(enterpriseApproveRSVO.getBizGuid())) { |
143 | MfEnterprise mfEnterprise = mfEnterpriseMap.get(enterpriseApproveRSVO.getGuid()); | 143 | MfEnterprise mfEnterprise = mfEnterpriseMap.get(enterpriseApproveRSVO.getBizGuid()); |
144 | enterpriseApproveRSVO.setCrossPlatformApproveState(mfEnterprise.getCrossPlatformApproveState()); | 144 | enterpriseApproveRSVO.setCrossPlatformApproveState(mfEnterprise.getCrossPlatformApproveState()); |
145 | } | 145 | } |
146 | 146 | ... | ... |
-
Please register or sign in to post a comment