Compare commits

...

2 Commits

Author SHA1 Message Date
gaowdong b313e34260 Merge remote-tracking branch 'origin/master' 2025-07-04 09:13:37 +08:00
gaowdong c0fccb61f1 6673 员工信息修改页面中出入权限设备位置回显错误 2025-07-04 09:13:23 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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());