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
00fca795
authored
2025-11-04 10:46:31 +0800
by
xiaojie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【数据资产】
1、企业增加是否认证字段
1 parent
81d2d33d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
src/main/java/com/csbr/qingcloud/portal/domain/vo/TenantRQVO.java
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/domain/vo/TenantRQVO.java
View file @
00fca79
...
...
@@ -154,6 +154,11 @@ public class TenantRQVO extends CsbrBaseVO {
@Schema
(
description
=
"持股类型 来自字典"
)
private
String
holdType
;
@Schema
(
description
=
"创建类型(1 平台自建 2 主平台下发 3 企业认证)"
)
private
String
createType
;
@Schema
(
description
=
"是否认证"
)
private
String
isCertification
;
/********非库表存储属性*****/
...
...
src/main/java/com/csbr/qingcloud/portal/service/impl/EnterpriseServiceImpl.java
View file @
00fca79
...
...
@@ -592,6 +592,8 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
tenantVO
.
setContactTel
(
vo
.
getContactTel
());
tenantVO
.
setCompanyAddress
(
String
.
format
(
"%s/%s/%s"
,
vo
.
getProvince
(),
vo
.
getCity
(),
vo
.
getDistrict
()));
tenantVO
.
setTenantLicList
(
getTenantLicList
(
vo
.
getBusinessLicenseJson
()));
tenantVO
.
setCreateType
(
"3"
);
tenantVO
.
setIsCertification
(
"Y"
);
personelFeign
.
changeUpdate
(
tenantVO
);
}
...
...
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