1.代客下单 扫码支付,储值卡扫码支付

This commit is contained in:
2024-09-04 10:18:07 +08:00
parent 0b645bd695
commit 963920fd2a

View File

@@ -1242,7 +1242,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
case "cash":
orderInfo = tbPayServiceImpl.cashPay(payDTO);
break;
case "scanPay":
case "scanCode":
orderInfo = tbPayServiceImpl.scanPay(payDTO);
break;
case "accountPay":