This commit is contained in:
2023-12-04 17:01:38 +08:00
parent 72fc5f09b7
commit 3ace768283

View File

@@ -105,7 +105,7 @@ namespace Tnb.ProductionMgr
} }
if (string.IsNullOrEmpty(input.sidx)) if (string.IsNullOrEmpty(input.sidx))
{ {
input.sidx = "create_time"; input.sidx = "promoter_time";
input.sort = "desc"; input.sort = "desc";
} }