diff --git a/DOAN.Admin.WebApi/Controllers/MES/dev/DeviceDowntimeRecordController.cs b/DOAN.Admin.WebApi/Controllers/MES/dev/DeviceDowntimeRecordController.cs index 237ad00..657030f 100644 --- a/DOAN.Admin.WebApi/Controllers/MES/dev/DeviceDowntimeRecordController.cs +++ b/DOAN.Admin.WebApi/Controllers/MES/dev/DeviceDowntimeRecordController.cs @@ -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")); + //}