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"; }