1.代客下单 扫码支付,储值卡扫码支付, 台桌状态
This commit is contained in:
@@ -1247,7 +1247,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
||||
case "scanCode":
|
||||
orderInfo = tbPayServiceImpl.scanPay(payDTO);
|
||||
break;
|
||||
case "accountPay":
|
||||
case "deposit":
|
||||
try {
|
||||
orderInfo = tbPayServiceImpl.memberAccountPay("", String.valueOf(payDTO.getShopId()), payDTO.getCode(), payDTO.getOrderId(), payDTO.getDiscount());
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user