debug:合伙人设备权限
This commit is contained in:
parent
02be2303ca
commit
8512e0aeb5
|
@ -294,7 +294,7 @@ public class DeviceValidatorImpl extends BaseValidator implements DeviceValidato
|
|||
return false;
|
||||
}
|
||||
DeviceVO device = deviceService.selectById(deviceId);
|
||||
return isMch(device, userId);
|
||||
return canOpera(device, userId);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -188,9 +188,6 @@ public class AppDeviceController extends BaseController {
|
|||
@ApiParam("单位") @RequestParam(required = false, defaultValue = "3") String timeUnit,
|
||||
@ApiParam("是否操作物联网设备") @RequestParam(required = false, defaultValue = "true") Boolean withIot
|
||||
) {
|
||||
if (!deviceValidator.canOpera(deviceId, getUserId()) ) {
|
||||
return error("您无权操作此设备");
|
||||
}
|
||||
DeviceVO device = smDeviceService.selectById(deviceId);
|
||||
ServiceUtil.assertion(device == null, "设备不存在");
|
||||
deviceAssembler.assembleAllowSwitch(device, getUserId());
|
||||
|
|
Loading…
Reference in New Issue
Block a user