Commit fa0e1c65 authored by chenzhao's avatar chenzhao

删除无用代码

parent 9b2ff421
...@@ -190,9 +190,6 @@ public class MaintenanceResourceDataController extends AbstractBaseController { ...@@ -190,9 +190,6 @@ public class MaintenanceResourceDataController extends AbstractBaseController {
if (!CollectionUtils.isEmpty(buildingIds)) { if (!CollectionUtils.isEmpty(buildingIds)) {
queryWrapper.in("building_id", buildingIds); queryWrapper.in("building_id", buildingIds);
} }
if (!ValidationUtil.isEmpty(fireFacilityId)) {
queryWrapper.eq("fire_fight_sys_id", fireFacilityId);
}
IPage<MaintenanceResourceData> page; IPage<MaintenanceResourceData> page;
if (pageNum != null && pageSize != null) { if (pageNum != null && pageSize != null) {
pageBean = new Page<>(pageNum, pageSize); pageBean = new Page<>(pageNum, pageSize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment