Compare commits

..

No commits in common. "b313e34260de8493d89896dd2bfb20750bd400ac" and "14c4f53941ed53550efb6b79f1158e791c037c41" have entirely different histories.

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.getSubPlaceName());
accessAuthority.setLocation(deviceInfo.getSubPlace());
}
accessAuthority.setDeviceId(kitchenStaffDevicePrivilege.getDeviceId());
accessAuthority.setDeviceType(kitchenStaffDevicePrivilege.getDeviceType());