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