Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-bl-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
qg-bl-service
Commits
37bf8e7e
Commit
37bf8e7e
authored
Aug 20, 2019
by
data爬虫-冯 军凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
黑名单添加内部渠道和三方数据源黑名单等级更新功能
parent
b5af60f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BlackListQueryManagerServiceImpl.java
...ervice/service/impl/BlackListQueryManagerServiceImpl.java
+1
-1
No files found.
src/main/java/cn/quantgroup/qgblservice/service/impl/BlackListQueryManagerServiceImpl.java
View file @
37bf8e7e
...
@@ -78,7 +78,7 @@ public class BlackListQueryManagerServiceImpl implements IBlackListQueryManagerS
...
@@ -78,7 +78,7 @@ public class BlackListQueryManagerServiceImpl implements IBlackListQueryManagerS
return
GlobalResponse
.
error
(
"查询黑名单异常"
);
return
GlobalResponse
.
error
(
"查询黑名单异常"
);
}
}
public
List
<
BlackListQueryTidbVo0
>
getBlackListData
(
String
queryBlackListSql
,
String
queryUserIdSql
,
String
uuid
,
String
name
,
String
phoneNo
,
String
idNo
,
String
type
)
{
//TODO 身份证或者手机号查询过滤掉status=false的
public
List
<
BlackListQueryTidbVo0
>
getBlackListData
(
String
queryBlackListSql
,
String
queryUserIdSql
,
String
uuid
,
String
name
,
String
phoneNo
,
String
idNo
,
String
type
)
{
Stopwatch
stopwatch
=
Stopwatch
.
createStarted
();
Stopwatch
stopwatch
=
Stopwatch
.
createStarted
();
List
<
BlackListQueryTidbVo0
>
queryListBlackListByPhoneNos
=
blackListJdbcTemplate
.
query
(
queryBlackListSql
,
new
BeanPropertyRowMapper
<>(
BlackListQueryTidbVo0
.
class
));
List
<
BlackListQueryTidbVo0
>
queryListBlackListByPhoneNos
=
blackListJdbcTemplate
.
query
(
queryBlackListSql
,
new
BeanPropertyRowMapper
<>(
BlackListQueryTidbVo0
.
class
));
log
.
info
(
"用户黑名单查询结果, uuid: {} , name: {} , phoneNo: {} , idNo: {} , type: {} , result: {} "
,
uuid
,
name
,
phoneNo
,
idNo
,
type
,
JSON
.
toJSONString
(
queryListBlackListByPhoneNos
));
log
.
info
(
"用户黑名单查询结果, uuid: {} , name: {} , phoneNo: {} , idNo: {} , type: {} , result: {} "
,
uuid
,
name
,
phoneNo
,
idNo
,
type
,
JSON
.
toJSONString
(
queryListBlackListByPhoneNos
));
...
...
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