ffd4b80a by xiaojie

【数据资产】

企业认证修改领域和附件信息
1 parent f13afe9d
......@@ -284,6 +284,7 @@ public class EnterpriseAttachmentServiceImpl implements EnterpriseAttachmentServ
if (ObjectUtils.isNotEmpty(attachmentRQVOS)) {
List<MfEnterpriseAttachment> attachmentList = new ArrayList<>();
for (EnterpriseAttachmentRQVO attachmentRQVO : attachmentRQVOS) {
attachmentRQVO.setGuid(null);
attachmentRQVO.setEnterpriseGuid(guid);
attachmentRQVO.setTenantGuid(tenantGuid);
// 获取文件大小
......
......@@ -191,6 +191,7 @@ public class EnterpriseDomainServiceImpl implements EnterpriseDomainService {
if (ObjectUtils.isNotEmpty(domainRQVOS)) {
List<MfEnterpriseDomain> enterpriseDomains = new ArrayList<>();
for (EnterpriseDomainRQVO enterpriseDomainRQVO : domainRQVOS) {
enterpriseDomainRQVO.setGuid(null);
MfEnterpriseDomain entity = convertToEntity(enterpriseDomainRQVO);
entity.setEnterpriseGuid(guid);
mfEnterpriseDomainService.csbrAddEntity(entity);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!