Revert "【DAOP-1.0】企业认证"
This reverts commit 726323fd.
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -142,8 +142,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -142,8 +142,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
| 142 | if (ObjectUtils.isNotEmpty(mfEnterpriseMap) && mfEnterpriseMap.containsKey(enterpriseApproveRSVO.getBizGuid())) { | 142 | if (ObjectUtils.isNotEmpty(mfEnterpriseMap) && mfEnterpriseMap.containsKey(enterpriseApproveRSVO.getBizGuid())) { |
| 143 | MfEnterprise mfEnterprise = mfEnterpriseMap.get(enterpriseApproveRSVO.getBizGuid()); | 143 | MfEnterprise mfEnterprise = mfEnterpriseMap.get(enterpriseApproveRSVO.getBizGuid()); |
| 144 | enterpriseApproveRSVO.setCrossPlatformApproveState(mfEnterprise.getCrossPlatformApproveState()); | 144 | enterpriseApproveRSVO.setCrossPlatformApproveState(mfEnterprise.getCrossPlatformApproveState()); |
| 145 | enterpriseApproveRSVO.setTenantName(mfEnterprise.getTenantName()); | ||
| 146 | } | 145 | } |
| 146 | |||
| 147 | results.add(enterpriseApproveRSVO); | 147 | results.add(enterpriseApproveRSVO); |
| 148 | } | 148 | } |
| 149 | 149 | ... | ... |
-
Please register or sign in to post a comment