From 3ace768283b4fcdfe9815e6b77e84cdef2125823 Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Mon, 4 Dec 2023 17:01:38 +0800 Subject: [PATCH] 1 --- ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs index 1a350944..9ef16b97 100644 --- a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs @@ -105,7 +105,7 @@ namespace Tnb.ProductionMgr } if (string.IsNullOrEmpty(input.sidx)) { - input.sidx = "create_time"; + input.sidx = "promoter_time"; input.sort = "desc"; }