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
810c827b
authored
2025-11-04 11:27:47 +0800
by
xiaojie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
【数据资产】
1、企业增加增加手机号
1 parent
88e5fdc5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/main/java/com/csbr/qingcloud/portal/domain/vo/dataPort/OperatorRegisterRQVO.java
src/main/java/com/csbr/qingcloud/portal/service/impl/DataPortServiceImpl.java
src/main/java/com/csbr/qingcloud/portal/domain/vo/dataPort/OperatorRegisterRQVO.java
View file @
810c827
...
...
@@ -27,6 +27,9 @@ public class OperatorRegisterRQVO {
@Schema
(
title
=
"证件号码"
)
private
String
operatorId
;
@Schema
(
title
=
"经办人手机号码"
)
private
String
mobile
;
@Schema
(
title
=
"实名认证等级"
)
private
String
operatorAuthLevel
;
...
...
src/main/java/com/csbr/qingcloud/portal/service/impl/DataPortServiceImpl.java
View file @
810c827
...
...
@@ -344,6 +344,7 @@ public class DataPortServiceImpl implements DataPortService {
// operatorRegisterRQVO.setIdentityCode(entity.getManagerPersonId());
operatorRegisterRQVO
.
setOperatorIdType
(
documentsDicMap
.
get
(
entity
.
getHandlePersonIdType
()));
operatorRegisterRQVO
.
setOperatorId
(
entity
.
getManagerPersonId
());
operatorRegisterRQVO
.
setMobile
(
entity
.
getLogonUser
());
// operatorRegisterRQVO.setOperatorAuthLevel(entity.getAuthenticationLevel());
operatorRegisterRQVO
.
setOperatorAuthLevel
(
"1"
);
// operatorRegisterRQVO.setAuthorizationType(entity.getAuthenticationMethod());
...
...
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