1.增加台桌状态

This commit is contained in:
2024-08-21 09:12:52 +08:00
parent eb424d8eb4
commit da9f1ab68f

View File

@@ -216,7 +216,7 @@ public class PayController {
@RequestParam("orderId") String orderId,
@RequestParam("payAmount") BigDecimal payAmount,
@RequestParam("discountAmount") BigDecimal discountAmount){
return payService.bankPay(orderId,token);
return payService.bankPay(orderId,token, payAmount, discountAmount);
}