就餐模式获取修改

This commit is contained in:
2024-09-29 14:00:58 +08:00
parent adbc0776b0
commit ca7ce2b7c7

View File

@@ -68,7 +68,8 @@ public class RedisCst {
} }
public static String getTakeoutTableCartKey(String shopId, Object userId) { 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) { public static String getDineInTableCartKey(String shopId, String tableId) {