726323fd by 肖初晴

【DAOP-1.0】企业认证

【功能点】列表查询接口修改
1 parent a702771b
......@@ -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!