记得上下班打卡 | 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
9ff3fb2a
Commit
9ff3fb2a
authored
Dec 02, 2021
by
Tice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "bug fix"
This reverts commit
ca69139b
.
parent
ca69139b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
22 deletions
+16
-22
bootstrap-client-admin-web.yml
...min-web/src/main/resources/bootstrap-client-admin-web.yml
+5
-5
liquidnet-service-merchant.yml
...us-config/liquidnet-config/liquidnet-service-merchant.yml
+4
-4
MerchantAuthorizationRecordsServiceImpl.java
...service/impl/MerchantAuthorizationRecordsServiceImpl.java
+3
-5
MerchantFieldsServiceImpl.java
...vice/merchant/service/impl/MerchantFieldsServiceImpl.java
+3
-6
application-dev.yml
...net-support-config/src/main/resources/application-dev.yml
+1
-2
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-client-admin-web.yml
View file @
9ff3fb2a
...
...
@@ -10,9 +10,9 @@ spring:
cloud
:
config
:
# uri: http://127.0.0.1:7002/support-config
uri
:
http://39.107.71.112
:7002/support-config
# uri: http://39.106.122.201
:7002/support-config
name
:
${spring.application.name},${spring.application.name}-druid
#默认为spring.application.name
#
profile: ${liquidnet.cloudConfig.profile}
#
discovery:
#
enabled: true
#
service-id: liquidnet-support-config
profile
:
${liquidnet.cloudConfig.profile}
discovery
:
enabled
:
true
service-id
:
liquidnet-support-config
liquidnet-bus-config/liquidnet-config/liquidnet-service-merchant.yml
View file @
9ff3fb2a
...
...
@@ -2,10 +2,10 @@ server:
port
:
${liquidnet.info.port}
tomcat
:
uri-encoding
:
UTF-8
maxThreads
:
200
#默认200
minSpareThreads
:
1
0
#默认10
maxConnections
:
1
0
#默认10000
acceptCount
:
1
00
#默认100
maxThreads
:
200
0
#默认200
minSpareThreads
:
200
0
#默认10
maxConnections
:
2000
0
#默认10000
acceptCount
:
50
00
#默认100
processorCache
:
-1
#默认200
servlet
:
context-path
:
${liquidnet.info.context}
...
...
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/java/com/liquidnet/service/merchant/service/impl/MerchantAuthorizationRecordsServiceImpl.java
View file @
9ff3fb2a
...
...
@@ -53,11 +53,9 @@ public class MerchantAuthorizationRecordsServiceImpl implements IMerchantAuthori
public
List
<
MerchantAuthorizationRecordsVo
>
performanceRecordCheckers
(
String
cuid
,
String
performanceId
)
{
List
<
MerchantAuthorizationRecordsVo
>
authorizationRecordsVos
=
merchantMongoService
.
getAuthorizationRecordsCheckersVosByCuid
(
cuid
,
performanceId
);
if
(!
CollectionUtil
.
isEmpty
(
authorizationRecordsVos
))
{
for
(
MerchantAuthorizationRecordsVo
recordsVo:
authorizationRecordsVos
)
{
if
(
null
!=
recordsVo
.
getMobile
()
&&
recordsVo
.
getMobile
().
length
()
>
4
)
{
recordsVo
.
setMobile
(
StringUtil
.
hiddenMobile
(
recordsVo
.
getMobile
()));
}
for
(
MerchantAuthorizationRecordsVo
recordsVo:
authorizationRecordsVos
)
{
if
(
null
!=
recordsVo
.
getMobile
()
&&
recordsVo
.
getMobile
().
length
()
>
4
)
{
recordsVo
.
setMobile
(
StringUtil
.
hiddenMobile
(
recordsVo
.
getMobile
()));
}
}
...
...
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/java/com/liquidnet/service/merchant/service/impl/MerchantFieldsServiceImpl.java
View file @
9ff3fb2a
...
...
@@ -147,13 +147,10 @@ public class MerchantFieldsServiceImpl implements IMerchantFieldsService {
List
<
MerchantFieldCheckersVo
>
fieldCheckersVos
=
merchantRdmService
.
getFieldCheckersVosByFieldId
(
fieldId
);
if
(!
CollectionUtil
.
isEmpty
(
fieldCheckersVos
))
{
for
(
MerchantFieldCheckersVo
checkersVo
:
fieldCheckersVos
)
{
if
(
null
!=
checkersVo
.
getMobile
()
&&
checkersVo
.
getMobile
().
length
()
>
4
)
{
checkersVo
.
setMobile
(
StringUtil
.
hiddenMobile
(
checkersVo
.
getMobile
()));
}
for
(
MerchantFieldCheckersVo
checkersVo
:
fieldCheckersVos
)
{
if
(
null
!=
checkersVo
.
getMobile
()
&&
checkersVo
.
getMobile
().
length
()
>
4
)
{
checkersVo
.
setMobile
(
StringUtil
.
hiddenMobile
(
checkersVo
.
getMobile
()));
}
}
return
fieldCheckersVos
;
...
...
liquidnet-bus-support/liquidnet-support-config/src/main/resources/application-dev.yml
View file @
9ff3fb2a
...
...
@@ -21,8 +21,7 @@ liquidnet:
# location: /Users/color/company_project/java/liquidnet-bus-v1-1/liquidnet-bus-config/liquidnet-config
# location: /Users/Tice/Company/Liquidnet/Liquidnet_Bus/liquidnet-bus-config/liquidnet-config
# location: /Users/hujiachen/IdeaProjects/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
# location: /app/support-config
location
:
/Users/Tice/Company/Liquidnet/Liquidnet_Bus/liquidnet-bus-config/liquidnet-config
location
:
/app/support-config
# end-dev-这里是配置信息基本值
spring
:
...
...
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