记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
0fa62b8d
Commit
0fa62b8d
authored
Mar 01, 2024
by
zhangguobing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
~api:入场人姓名去除脱敏逻辑;
parent
50c9e72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AdamEntersController.java
...quidnet/service/adam/controller/AdamEntersController.java
+2
-2
No files found.
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/java/com/liquidnet/service/adam/controller/AdamEntersController.java
View file @
0fa62b8d
...
...
@@ -129,7 +129,7 @@ public class AdamEntersController {
List
<
AdamEntersVo
>
vos
=
adamRdmService
.
getEntersVoByUid
(
CurrentUtil
.
getCurrentUid
());
if
(!
CollectionUtils
.
isEmpty
(
vos
))
{
for
(
AdamEntersVo
vo
:
vos
)
{
vo
.
setName
(
SensitizeUtil
.
chineseName
(
vo
.
getName
()));
// vo.setName(SensitizeUtil.chineseName(vo.getName()));// 应客服与法务沟通后的要求去除姓名脱敏处理
vo
.
setIdCard
(
SensitizeUtil
.
custom
(
vo
.
getIdCard
(),
3
,
2
));
vo
.
setMobile
(
SensitizeUtil
.
custom
(
vo
.
getMobile
(),
3
,
4
));
}
...
...
@@ -222,7 +222,7 @@ public class AdamEntersController {
public
ResponseDto
<
AdamEntersVo
>
queryDef
()
{
AdamEntersVo
vo
=
adamEntersService
.
queryDefault
(
null
,
CurrentUtil
.
getCurrentUid
(),
true
);
if
(
null
!=
vo
)
{
vo
.
setName
(
SensitizeUtil
.
chineseName
(
vo
.
getName
()));
// vo.setName(SensitizeUtil.chineseName(vo.getName()));// 应客服与法务沟通后的要求去除姓名脱敏处理
vo
.
setIdCard
(
SensitizeUtil
.
custom
(
vo
.
getIdCard
(),
3
,
2
));
vo
.
setMobile
(
SensitizeUtil
.
custom
(
vo
.
getMobile
(),
3
,
4
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment