|
@@ -224,8 +224,8 @@ public class PatrolInspectionRecordServiceImpl extends AbstractCrudService<Patro
|
|
|
}
|
|
|
List<Integer> planSonidListTwo = this.getPlanSon(null, null);
|
|
|
if (planSonidListTwo.size() > 0) {
|
|
|
- siteCount = this.getPlanSiteSonCount(planSonidListOne, 0);
|
|
|
- siteCountLeak = this.getPlanSiteSonCount(planSonidListOne, 1);
|
|
|
+ siteCount = this.getPlanSiteSonCount(planSonidListTwo, 0);
|
|
|
+ siteCountLeak = this.getPlanSiteSonCount(planSonidListTwo, 1);
|
|
|
}
|
|
|
RecordStatisticsVo recordStatisticsVo = new RecordStatisticsVo();
|
|
|
recordStatisticsVo.setTaskCount(taskCount);
|