Merge branch 'cc_20250623_fix' into 'master'
Cc 20250623 fix See merge request hangzhou/java/custom_zxjp!117
This commit is contained in:
@@ -337,6 +337,7 @@ public class LinePayServiceImpl implements LinePayService {
|
|||||||
}
|
}
|
||||||
FranchiseFeePayInfoResponse response = new FranchiseFeePayInfoResponse();
|
FranchiseFeePayInfoResponse response = new FranchiseFeePayInfoResponse();
|
||||||
BeanUtil.copyProperties(linePay, response);
|
BeanUtil.copyProperties(linePay, response);
|
||||||
|
response.setPayTime(DateUtils.parseDateToStr(YYYY_MM_DD_HH_MM_SS, linePay.getPayTime()));
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#mysql config
|
#mysql config
|
||||||
default.datasource.url=jdbc:mysql://store10-coolstore.mysql.rds.aliyuncs.com:3306/coolcollege_intelligent_10027?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
default.datasource.url=jdbc:mysql://zx-coolstore.mysql.rds.aliyuncs.com:3306/coolcollege_intelligent_10027?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
||||||
default.datasource.username=coolstore
|
default.datasource.username=coolstore
|
||||||
default.datasource.password=CSCErYcXniNYm7bT
|
default.datasource.password=CSCErYcXniNYm7bT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user