Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-cloud
Overview
Overview
Details
Activity
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
data-hook
gic-cloud
Commits
16089daf
Commit
16089daf
authored
Sep 23, 2021
by
陶光胜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取数平台调整
parent
cd493dfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
DecryptUtils.java
...in/java/com/gic/cloud/data/hook/service/DecryptUtils.java
+0
-1
CsvResultSetHelper.java
...ic/cloud/data/hook/service/entity/CsvResultSetHelper.java
+1
-1
No files found.
gic-cloud-data-hook-service/src/main/java/com/gic/cloud/data/hook/service/DecryptUtils.java
View file @
16089daf
...
...
@@ -45,7 +45,6 @@ public class DecryptUtils {
if
(
StringUtils
.
isBlank
(
userName
)){
return
userName
;
}
int
length
=
userName
.
length
();
StringBuffer
stringBuffer
=
new
StringBuffer
();
stringBuffer
.
append
(
userName
.
charAt
(
0
)).
append
(
"**"
);
return
stringBuffer
.
toString
();
...
...
gic-cloud-data-hook-service/src/main/java/com/gic/cloud/data/hook/service/entity/CsvResultSetHelper.java
View file @
16089daf
...
...
@@ -69,7 +69,7 @@ public class CsvResultSetHelper implements ResultSetHelper {
boolean
doDecrypt
=
false
;
// 是否进行解密
if
(
this
.
filterMode
.
equals
(
CsvDataFilterMode
.
DESENSI
))
{
// 如果需要脱敏
if
(
this
.
filters
!=
null
&&
this
.
filters
.
size
()
>
0
)
{
if
(
filters
.
contains
(
columnName
)){
if
(
filters
.
contains
(
columnName
)
||
FreeQueryServiceImpl
.
FILETERS_USER_NAME
.
contains
(
columnName
)
){
doDesensi
=
true
;
}
}
// IF OVER
...
...
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