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