bcf3b09f by xiaojie

Revert "【DAOP-1.0】企业认证"

This reverts commit 726323fd.
1 parent 9dd809a1
......@@ -142,8 +142,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
if (ObjectUtils.isNotEmpty(mfEnterpriseMap) && mfEnterpriseMap.containsKey(enterpriseApproveRSVO.getBizGuid())) {
MfEnterprise mfEnterprise = mfEnterpriseMap.get(enterpriseApproveRSVO.getBizGuid());
enterpriseApproveRSVO.setCrossPlatformApproveState(mfEnterprise.getCrossPlatformApproveState());
enterpriseApproveRSVO.setTenantName(mfEnterprise.getTenantName());
}
results.add(enterpriseApproveRSVO);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!