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());
|
||||
if(Objects.nonNull(deviceInfo)) {
|
||||
accessAuthority.setDeviceName(deviceInfo.getDeviceName());
|
||||
accessAuthority.setLocation(deviceInfo.getSubPlace());
|
||||
accessAuthority.setLocation(deviceInfo.getSubPlaceName());
|
||||
}
|
||||
accessAuthority.setDeviceId(kitchenStaffDevicePrivilege.getDeviceId());
|
||||
accessAuthority.setDeviceType(kitchenStaffDevicePrivilege.getDeviceType());
|
||||
|
|
|
|||
Loading…
Reference in New Issue