1.代客下单 创建订单保存订单id到缓存

2.修复挂起订单重复打票
This commit is contained in:
2024-08-31 16:48:37 +08:00
parent a941cf56f2
commit 68b9b1ab98
6 changed files with 218 additions and 8 deletions

View File

@@ -16,4 +16,5 @@ public class CreateOrderDTO {
private String tableId;
private String note;
private boolean postPay;
private Integer orderId;
}