|
@@ -48,6 +48,6 @@ public class AppPageReportController {
|
|
|
result.addAll(appPageReportService.deviceWaterReportForSameMonth(companyOrgId,"水源",4));
|
|
|
result.addAll(appPageReportService.deviceWaterReportForSameMonth(companyOrgId,"水厂",3));
|
|
|
result.addAll(appPageReportService.deviceSellerWaterReportForSameMonth(companyOrgId));
|
|
|
- return new AjaxMessage<>(ResultStatus.OK,appPageReportService.deviceWaterReportForSameMonth(companyOrgId,"水源",4));
|
|
|
+ return new AjaxMessage<>(ResultStatus.OK,result);
|
|
|
}
|
|
|
}
|