Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
ms-data-circulation-portal-service
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ffd4b80a
authored
2025-09-23 17:14:22 +0800
by
xiaojie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【数据资产】
企业认证修改领域和附件信息
1 parent
f13afe9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseAttachmentServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseDomainServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseAttachmentServiceImpl.java
View file @
ffd4b80
...
...
@@ -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
);
// 获取文件大小
...
...
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseDomainServiceImpl.java
View file @
ffd4b80
...
...
@@ -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
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment