qiuyao
2025-03-22 5ae3e9f5a944a887ab022bf1b0a5afdee20af70e
ÏîÄ¿´úÂë/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);
        }