就餐模式获取修改

This commit is contained in:
2024-09-29 14:04:58 +08:00
parent ca7ce2b7c7
commit 1cdd45acad
2 changed files with 7 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ public class RedisCst {
}
public static String getTakeoutTableCartKey(String shopId, Object userId) {
// return TAKEOUT_TABLE_CART + shopId + ":" + userId;
return DINE_IN_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) {