临时提交
This commit is contained in:
parent
9e154620cd
commit
7ef89d0521
|
@ -213,7 +213,7 @@ public class BonusServiceImpl implements BonusService
|
||||||
// TODO 预计分成时间
|
// TODO 预计分成时间
|
||||||
if (BonusArrivalType.userList().contains(bonus.getArrivalType())) {
|
if (BonusArrivalType.userList().contains(bonus.getArrivalType())) {
|
||||||
SmUserVo user = userList.stream().filter(item -> item.getUserId().equals(bonus.getArrivalId())).findFirst().orElse(null);
|
SmUserVo user = userList.stream().filter(item -> item.getUserId().equals(bonus.getArrivalId())).findFirst().orElse(null);
|
||||||
bonus.setPrePayTime();
|
// bonus.setPrePayTime();
|
||||||
} else {
|
} else {
|
||||||
bonus.setPrePayTime(now);
|
bonus.setPrePayTime(now);
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,8 @@ wx:
|
||||||
# 转账回调地址
|
# 转账回调地址
|
||||||
transferNotifyUrl: https://kg-dev.chuangtewl.com/dev-api/app/pay/notify/wx/transfer
|
transferNotifyUrl: https://kg-dev.chuangtewl.com/dev-api/app/pay/notify/wx/transfer
|
||||||
# 密钥所在位置
|
# 密钥所在位置
|
||||||
privateKeyPath: H:/project/创特/证书/wxpay-kg/apiclient_key.pem
|
# privateKeyPath: H:/project/创特/证书/wxpay-kg/apiclient_key.pem
|
||||||
|
privateKeyPath: D:/project/证书/wxpay-kg/apiclient_key.pem
|
||||||
# 证书序列号
|
# 证书序列号
|
||||||
merchantSerialNumber: 6AD69237C0F22A9AE51A64F1927E3A0962AC1FB0
|
merchantSerialNumber: 6AD69237C0F22A9AE51A64F1927E3A0962AC1FB0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user