yanjinhui
2025-03-31 5c246f877049ab0e832637954ddbdf44e35b8135
ÏîÄ¿´úÂë/WIDESEAWCS_Server Õýʽ/SerialPortService/LoginHistoryServer.cs
@@ -21,7 +21,7 @@
        {
            OrderByParameters = new Dictionary<string, SqlSugar.OrderByType> {
                {
                    nameof(Dt_LoginHistory.ID),SqlSugar.OrderByType.Asc
                    nameof(Dt_LoginHistory.CreateDate),SqlSugar.OrderByType.Desc//按时间降序排列
                } };
            return base.GetPageData(options);
        }