fix-维修月度分析

This commit is contained in:
xl
2024-07-30 13:43:07 +08:00
parent 419e864bdb
commit 9b69e84ed7
4 changed files with 13 additions and 11 deletions

View File

@@ -125,7 +125,7 @@ public class MerchantMonthlyMaintenanceAnalysis {
return CommonResult.success(homeService.getMonthlyMaintenanceAnalysisCostLattice(request));
}
@ApiOperation(value = "维保成本top5和维保成本top公司柱状图")
@ApiOperation(value = "维保成本top10配件和维保成本配件使用数量top10柱状图")
@RequestMapping(value = "/cost/modelandcompany/histogram", method = RequestMethod.POST)
public CommonResult<TopChartResponse> costModelAndCompanyHistogram(@RequestBody MonthlyMaintenanceAnalysis request) {
SystemAdmin systemAdmin = SecurityUtil.getLoginUserVo().getUser();

View File

@@ -133,7 +133,7 @@ public class PlatformMonthlyMaintenanceAnalysis {
return CommonResult.success(homeService.getMonthlyMaintenanceAnalysisCostLattice(request));
}
@ApiOperation(value = "维保成本top5和维保成本top公司柱状图")
@ApiOperation(value = "维保成本top10配件和维保成本配件使用数量top10柱状图")
@RequestMapping(value = "/cost/modelandcompany/histogram", method = RequestMethod.POST)
public CommonResult<TopChartResponse> costModelAndCompanyHistogram(@RequestBody MonthlyMaintenanceAnalysis request) {
if (request.getMerId() == null) {