Commit d5a8021d authored by qinxunjia's avatar qinxunjia

优化bug

parent 4755e7e5
...@@ -123,7 +123,7 @@ public class BgySmsServiceImpl implements BgySmsService { ...@@ -123,7 +123,7 @@ public class BgySmsServiceImpl implements BgySmsService {
if (!sendSuccessCode.equals(retCode)) { if (!sendSuccessCode.equals(retCode)) {
return new CLBizResponse(ResponseCode.UPSTREAM_FAIL.getCode(), err); return new CLBizResponse(ResponseCode.UPSTREAM_FAIL.getCode(), err);
} else { } else {
return new CLBizResponse(ResponseCode.UPSTREAM_FAIL.getCode(), err); return new CLBizResponse(ResponseCode.SUCCESS);
} }
} }
......
...@@ -9,7 +9,6 @@ server: ...@@ -9,7 +9,6 @@ server:
spring: spring:
datasource: datasource:
db1: db1:
jdbc-url: ${dataSource1_url} jdbc-url: ${dataSource1_url}
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
......
...@@ -9,6 +9,7 @@ info: ...@@ -9,6 +9,7 @@ info:
spring: spring:
profiles: profiles:
active: test active: test
# active: ${sms-active}
mybatis-plus: mybatis-plus:
mapper-locations: classpath:mapper/*.xml mapper-locations: classpath:mapper/*.xml
......
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