提交 38f61cd3 authored 作者: zhoushaopan's avatar zhoushaopan

fix(装备模块): 查看脏数据

修改文件的位置
上级 39d5f2ab
...@@ -1305,7 +1305,7 @@ public class DeviceLibraryController { ...@@ -1305,7 +1305,7 @@ public class DeviceLibraryController {
deviceLibrarySelectVo.setAreaId(2); deviceLibrarySelectVo.setAreaId(2);
List<DeviceLibrary> coreDevicePage = deviceLibraryService.getCoreDevicePage(deviceLibrarySelectVo); List<DeviceLibrary> coreDevicePage = deviceLibraryService.getCoreDevicePage(deviceLibrarySelectVo);
deviceLibraries.removeAll(coreDevicePage); deviceLibraries.removeAll(coreDevicePage);
return ResponseEntity.ok(coreDevicePage); return ResponseEntity.ok(deviceLibraries);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论