Parcourir la source

三维建模-设备信息查询

jichaobo il y a 2 ans
Parent
commit
bfa2ce9f11

+ 1 - 1
service-fire/service-fire-biz/src/main/java/com/usky/fire/service/impl/PatrolInspectionPlanSonServiceImpl.java

@@ -115,7 +115,7 @@ public class PatrolInspectionPlanSonServiceImpl extends AbstractCrudService<Patr
             }else {
                 queryWrapper.orderByAsc(PatrolInspectionPlanSchedule::getId);
             }
-            queryWrapper.groupBy(PatrolInspectionPlanSchedule::getPlanId);
+//            queryWrapper.groupBy(PatrolInspectionPlanSchedule::getPlanId);
             List<PatrolInspectionPlanSchedule> planScheduleList = patrolInspectionPlanScheduleService.list(queryWrapper);
             if (planScheduleList.size() > 0) {
                 List<Integer> planIdList = new ArrayList<>();