From 9f0add00d40fc00e039b92b2fb3469394b1a24f5 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期五, 28 三月 2025 14:28:59 +0800 Subject: [PATCH] 111 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/LoginhsyService.cs | 16 +++------------- 1 files changed, 3 insertions(+), 13 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/LoginhsyService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/LoginhsyService.cs" index 362c63b..799b2f0 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_TelescopicService/LoginhsyService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/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 } } -- Gitblit v1.9.3