|
|
|
@@ -574,9 +574,11 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
record.setPayAmount(record.getPayAmount()); |
|
|
|
record.setPayVendor(payWay.getCode()); |
|
|
|
record.setPayVersion(payAccount.getPayVersion()); |
|
|
|
record.setMchType(payAccount.getMchType()); |
|
|
|
record.setPayOrderStatus(EnumPayStatus.PAY_STATUS_WAIT.getCode()); |
|
|
|
record.setShare(isShare.getCode()); |
|
|
|
record.setComposeOrder(EnumComposeOrder.SINGLE.getCode()); |
|
|
|
|
|
|
|
if (isShare == EnumPayShare.YES) { |
|
|
|
// 分账金额 |
|
|
|
int iChargeFee = OrderHelper.getMallCharge(record.getPayAmount(), payAccount); |
|
|
|
|