Commit 2adf13e8 by 胡敬轩

多卡支付余额为0支付方式错误

parent 1c5b1c5a
......@@ -1636,7 +1636,7 @@ public class PayServiceImpl {
orderPayResponse.setPayOrder(payBean);
}
}
if (!allCardPay) {
if (!allCardPay && payPlatforms.size() > 1) {
orderPayResponse.setPayChannelType(PayChannelType.COMB);
}
//现金线上支付
......
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