fix-维修月度分析
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user