1
This commit is contained in:
parent
e547bc89ad
commit
3c0a8e1531
@ -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"));
|
||||
//}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user