@@ -733,6 +733,8 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
//无符合权限的搜索设备,返空
if (CollUtil.isEmpty(queryDeviceIds)) {
return R.ok(new ArrayList<>());
+ } else {
+ dto.setDeviceIdList(queryDeviceIds);
}