修改ws上下文对应的key规则,修改无tableId购物车缓存策略

This commit is contained in:
2024-09-25 16:48:30 +08:00
parent 31d89edd38
commit 8bc0b86d6a
8 changed files with 249 additions and 157 deletions

View File

@@ -121,6 +121,9 @@ public class TbOrderInfo implements Serializable {
// 下单次数
private Integer placeNum;
private Integer seatCount;
private BigDecimal seatAmount;
//根据状态返回 需付款 已付款 未付款 已退
@TableField(exist = false)

View File

@@ -15,4 +15,6 @@ public class ChoseCountDTO {
@NotNull
@Min(1)
private Integer num;
@NotNull
private String userId;
}