111
yanjinhui
2025-03-28 9f0add00d40fc00e039b92b2fb3469394b1a24f5
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/LoginhsyService.cs
@@ -16,22 +16,13 @@
    public class LoginhsyService : ServiceBase<Dt_Loginhsy, IRepository<Dt_Loginhsy>>, ILoginhsyService
    {
        public IRepository<Dt_Loginhsy> Repository => BaseDal;
        private readonly IRepository<Sys_User> _user;
        public LoginhsyService(IRepository<Dt_Loginhsy> BaseDal) : base(BaseDal)
        {
        }
        //public override PageGridData<Dt_Loginhsy> GetPageData(PageDataOptions options)
        //{
        //    OrderByParameters = new Dictionary<string, SqlSugar.OrderByType> {
        //        {
        //            nameof(Dt_Loginhsy.CreateDate),SqlSugar.OrderByType.Desc//按时间降序排列
        //        } };
        //    return base.GetPageData(options);
        //}
<<<<<<< Updated upstream
=======
        }
        public WebResponseContent LoginRecord(PaginationDTO pagination)
        {
            try
@@ -105,7 +96,6 @@
                return new WebResponseContent { Status = false, Message = "错误信息"+ex };
            }
        }
>>>>>>> Stashed changes
    }
   
}