就餐模式获取修改

This commit is contained in:
2024-09-29 14:07:37 +08:00
parent 1cdd45acad
commit acd82a5c54

View File

@@ -141,6 +141,7 @@ public class PushToAppChannelHandlerAdapter extends NettyChannelHandlerAdapter {
return;
}
log.info("信息: {}", shopUtils);
ShopEatTypeInfoDTO eatModel = shopUtils.getEatModel(tableId, shopId);
String tableCartKey = RedisCst.getTableCartKey(shopId, eatModel.isOpenTakeout() ? tableId : null, Integer.valueOf(userId));
log.info("netty连接 接收到数据 建立连接参数 key: {} param:{}", tableCartKey, jsonObject);