|
@@ -68,11 +68,11 @@ public class SplitAccountService extends BaseService {
|
|
|
if (8 == orderRelation.getPayType() || 13 == orderRelation.getPayType() || 15 == orderRelation.getPayType()) {
|
|
|
payParam.setPayWay("WX");
|
|
|
}
|
|
|
- //快捷支付 借记卡支付28,贷记卡支付29
|
|
|
- if (28 == orderRelation.getPayType()) {
|
|
|
+ //快捷支付 借记卡支付29,贷记卡支付30
|
|
|
+ if (29 == orderRelation.getPayType()) {
|
|
|
payParam.setPayWay("DEBIT");
|
|
|
}
|
|
|
- if (29 == orderRelation.getPayType()) {
|
|
|
+ if (30 == orderRelation.getPayType()) {
|
|
|
payParam.setPayWay("CREDIT");
|
|
|
}
|
|
|
List<SplitAccountPo> splitBillDetail = setSplitAccountDetail(shopOrder, payParam);
|