|
@@ -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<>();
|