Răsfoiți Sursa

pms 保养计划列表 聚合搜索 功能优化

zhangcl 1 săptămână în urmă
părinte
comite
6058a4feda

+ 3 - 0
yudao-module-pms/yudao-module-pms-biz/src/main/java/cn/iocoder/yudao/module/pms/service/maintenance/IotMaintenancePlanServiceImpl.java

@@ -148,6 +148,9 @@ public class IotMaintenancePlanServiceImpl implements IotMaintenancePlanService
                 });
             }
         }
+        if (StrUtil.isNotBlank(pageReqVO.getName()) && CollUtil.isEmpty(planIds)) {
+            return PageResult.empty();
+        }
         return iotMaintenancePlanMapper.selectPage(pageReqVO, ids, planIds);
     }