|
|
|
@@ -226,6 +226,8 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
record.setPayVendor(EnumPayWay.PAY_WAY_WEAPP.getCode()); |
|
|
|
record.setPayOrderStatus(EnumPayStatus.PAY_STATUS_WAIT.getCode()); |
|
|
|
record.setShare(isShare.getCode()); |
|
|
|
record.setShareAmount(0); // 不分账时,默认设为0 |
|
|
|
record.setRateAmount(0); // 不分账时,默认设为0 |
|
|
|
if (isShare == EnumPayShare.YES) { |
|
|
|
// 分账金额 |
|
|
|
int iChargeFee = PayUtils.getPayRate(record.getPayAmount(), payAccount.getRate(), false); |
|
|
|
|