就餐模式获取修改
This commit is contained in:
@@ -68,7 +68,8 @@ public class RedisCst {
|
||||
}
|
||||
|
||||
public static String getTakeoutTableCartKey(String shopId, Object userId) {
|
||||
return TAKEOUT_TABLE_CART + shopId + ":" + userId;
|
||||
// return TAKEOUT_TABLE_CART + shopId + ":" + userId;
|
||||
return DINE_IN_TABLE_CART + shopId + ":" + userId;
|
||||
}
|
||||
|
||||
public static String getDineInTableCartKey(String shopId, String tableId) {
|
||||
|
||||
Reference in New Issue
Block a user