From c0fccb61f11c8d8205ee1e3a5b1cce90b35cb3a1 Mon Sep 17 00:00:00 2001 From: gaowdong Date: Fri, 4 Jul 2025 09:13:23 +0800 Subject: [PATCH] =?UTF-8?q?6673=20=E5=91=98=E5=B7=A5=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E4=B8=AD=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=E8=AE=BE=E5=A4=87=E4=BD=8D=E7=BD=AE=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/kitchen/service/impl/KitchenStaffInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenStaffInfoServiceImpl.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenStaffInfoServiceImpl.java index 85ce0d9..8e75e46 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenStaffInfoServiceImpl.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/service/impl/KitchenStaffInfoServiceImpl.java @@ -75,7 +75,7 @@ public class KitchenStaffInfoServiceImpl implements IKitchenStaffInfoService { KitchenDeviceListVO deviceInfo = kitchenDeviceInfoMapper.selectKitchenDeviceInfoByDeviceId(kitchenStaffDevicePrivilege.getDeviceId()); if(Objects.nonNull(deviceInfo)) { accessAuthority.setDeviceName(deviceInfo.getDeviceName()); - accessAuthority.setLocation(deviceInfo.getSubPlace()); + accessAuthority.setLocation(deviceInfo.getSubPlaceName()); } accessAuthority.setDeviceId(kitchenStaffDevicePrivilege.getDeviceId()); accessAuthority.setDeviceType(kitchenStaffDevicePrivilege.getDeviceType());