6673 员工信息修改页面中出入权限设备位置回显错误

This commit is contained in:
gaowdong 2025-07-04 09:13:23 +08:00
parent a768c9df40
commit c0fccb61f1
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());