|
@@ -162,6 +162,7 @@ public class FaultStatisticsController extends BaseController {
|
|
|
*/
|
|
|
@GetMapping("/extra/statistics")
|
|
|
public CommonResult<List<FaultStatisticsVo>> getExtraStatistics() {
|
|
|
- return CommonResult.success(faultStatisticsService.getExtraStatistics());
|
|
|
+ faultStatisticsService.getExtraStatistics();
|
|
|
+ return CommonResult.success();
|
|
|
}
|
|
|
}
|