This commit is contained in:
qianhao.xu 2025-06-16 10:22:28 +08:00
parent e547bc89ad
commit 3c0a8e1531

View File

@ -129,12 +129,16 @@ namespace DOAN.Admin.WebApi.Controllers
EchartsOptions response = _DeviceDowntimeRecordService.GetDeviceDowntimeRecordMonthBarChart();
//TODO 每月停机时间柱状图
return ToResponse(new ApiResult((int)ResultCode.SUCCESS, "每月停机时间柱状图"));
return SUCCESS(response);
}
//TODO 停机原因TOP3
//public IActionResult actionResult GetDeviceDowntimeRecordReasonTop3()
//{
// //TODO 停机原因TOP3
// return ToResponse(new ApiResult((int)ResultCode.SUCCESS, "停机原因TOP3"));
//}