记得上下班打卡 | git大法好,push需谨慎

Commit f023b74c authored by Tice's avatar Tice

update

parent 9ff3fb2a
......@@ -10,7 +10,7 @@ spring:
cloud:
config:
# uri: http://127.0.0.1:7002/support-config
# uri: http://39.106.122.201:7002/support-config
# uri: http://39.107.71.112:7002/support-config
name: ${spring.application.name},${spring.application.name}-druid #默认为spring.application.name
profile: ${liquidnet.cloudConfig.profile}
discovery:
......
......@@ -53,11 +53,13 @@ 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()));
}
}
}
return authorizationRecordsVos;
}
......
......@@ -147,11 +147,13 @@ 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()));
}
}
}
return fieldCheckersVos;
}
......
......@@ -18,9 +18,9 @@ liquidnet:
username: admin
password: admin
config:
# 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/color/company_project/java/liquidnet-bus-v1-1/liquidnet-bus-config/liquidnet-config
# location: /Users/hujiachen/IdeaProjects/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
# location: /Users/Tice/Company/Liquidnet/Liquidnet_Bus/liquidnet-bus-config/liquidnet-config
location: /app/support-config
# end-dev-这里是配置信息基本值
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment