From d1a1cd6bb434f7a8a023671e564a266133714933 Mon Sep 17 00:00:00 2001 From: SongZhang <2064194730@qq.com> Date: Sat, 28 Sep 2024 13:48:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/cashierservice/service/PayService.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java index e44b0e0..ecc3d1b 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/PayService.java @@ -475,7 +475,7 @@ public class PayService { producer.putOrderCollect(jsonObject.toJSONString()); - ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getShopId(), orderInfo.getTableId()); + ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getTableId(), orderInfo.getShopId()); // 打印消息 if (!shopEatTypeInfoDTO.isDineInAfter()) { List detailList = mpOrderDetailMapper.selectList(new LambdaQueryWrapper() @@ -799,7 +799,7 @@ public class PayService { log.info("发送打印数据"); - ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getShopId(), orderInfo.getTableId()); + ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getTableId(), orderInfo.getShopId()); // 打印消息 if (!shopEatTypeInfoDTO.isDineInAfter()) { List detailList = mpOrderDetailMapper.selectList(new LambdaQueryWrapper() @@ -861,7 +861,7 @@ public class PayService { log.info("发送打印数据"); - ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getShopId(), orderInfo.getTableId()); + ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getTableId(), orderInfo.getShopId()); // 打印消息 if (!shopEatTypeInfoDTO.isDineInAfter()) { List detailList = mpOrderDetailMapper.selectList(new LambdaQueryWrapper() @@ -1019,7 +1019,7 @@ public class PayService { producer.putOrderCollect(jsonObject.toJSONString()); log.info("发送打印数据"); - ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getShopId(), orderInfo.getTableId()); + ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getTableId(), orderInfo.getShopId()); // 打印消息 if (!shopEatTypeInfoDTO.isDineInAfter()) { List detailList = mpOrderDetailMapper.selectList(new LambdaQueryWrapper() @@ -1082,7 +1082,7 @@ public class PayService { producer.putOrderCollect(jsonObject.toJSONString()); log.info("发送打印数据"); - ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getShopId(), orderInfo.getTableId()); + ShopEatTypeInfoDTO shopEatTypeInfoDTO = shopUtils.checkEatModel(orderInfo.getTableId(), orderInfo.getShopId()); // 打印消息 if (!shopEatTypeInfoDTO.isDineInAfter()) { List detailList = mpOrderDetailMapper.selectList(new LambdaQueryWrapper()