From 3bd02f367bcd19b20e56dd4bd49bcff08dbe0fba Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Thu, 7 Nov 2024 14:02:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8A=E6=97=A5=E7=8F=AD=E7=BB=84=E4=BA=A7?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOAN.Service/MES/Console_/ConsoleService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOAN.Service/MES/Console_/ConsoleService.cs b/DOAN.Service/MES/Console_/ConsoleService.cs index 5bcfd1a..eb80dfa 100644 --- a/DOAN.Service/MES/Console_/ConsoleService.cs +++ b/DOAN.Service/MES/Console_/ConsoleService.cs @@ -144,7 +144,7 @@ public class ConsoleService : BaseService, IConsoleService XAxis.Type = "category"; - XAxis.Data = Context.Queryable().OrderBy(it => it.Code).Select(it => it.Name).ToList(); + XAxis.Data = Context.Queryable().OrderBy(it => it.GroupCode).Select(it => it.GroupName).ToList(); echartsOptions.XAxis = XAxis; EchartsYAxis YAxis = new EchartsYAxis();