6673 员工信息修改页面中出入权限设备位置回显错误
This commit is contained in:
parent
a768c9df40
commit
c0fccb61f1
|
|
@ -75,7 +75,7 @@ public class KitchenStaffInfoServiceImpl implements IKitchenStaffInfoService {
|
||||||
KitchenDeviceListVO deviceInfo = kitchenDeviceInfoMapper.selectKitchenDeviceInfoByDeviceId(kitchenStaffDevicePrivilege.getDeviceId());
|
KitchenDeviceListVO deviceInfo = kitchenDeviceInfoMapper.selectKitchenDeviceInfoByDeviceId(kitchenStaffDevicePrivilege.getDeviceId());
|
||||||
if(Objects.nonNull(deviceInfo)) {
|
if(Objects.nonNull(deviceInfo)) {
|
||||||
accessAuthority.setDeviceName(deviceInfo.getDeviceName());
|
accessAuthority.setDeviceName(deviceInfo.getDeviceName());
|
||||||
accessAuthority.setLocation(deviceInfo.getSubPlace());
|
accessAuthority.setLocation(deviceInfo.getSubPlaceName());
|
||||||
}
|
}
|
||||||
accessAuthority.setDeviceId(kitchenStaffDevicePrivilege.getDeviceId());
|
accessAuthority.setDeviceId(kitchenStaffDevicePrivilege.getDeviceId());
|
||||||
accessAuthority.setDeviceType(kitchenStaffDevicePrivilege.getDeviceType());
|
accessAuthority.setDeviceType(kitchenStaffDevicePrivilege.getDeviceType());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue