修改ws上下文对应的key规则,修改无tableId购物车缓存策略
This commit is contained in:
@@ -121,6 +121,9 @@ public class TbOrderInfo implements Serializable {
|
||||
// 下单次数
|
||||
private Integer placeNum;
|
||||
|
||||
private Integer seatCount;
|
||||
private BigDecimal seatAmount;
|
||||
|
||||
|
||||
//根据状态返回 需付款 已付款 未付款 已退
|
||||
@TableField(exist = false)
|
||||
|
||||
@@ -15,4 +15,6 @@ public class ChoseCountDTO {
|
||||
@NotNull
|
||||
@Min(1)
|
||||
private Integer num;
|
||||
@NotNull
|
||||
private String userId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user