From 03ae5d9a6570586f2f30362d7fa3da3bbf25c3b3 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期四, 10 十月 2024 16:48:32 +0800 Subject: [PATCH] 添加单点登录,修改界面单表修改数据-修改人修改时间-问题 --- WIDESEAWCS_Server/WIDESEAWCS_Core/BaseRepository/IRepository.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Core/BaseRepository/IRepository.cs b/WIDESEAWCS_Server/WIDESEAWCS_Core/BaseRepository/IRepository.cs index f7bfa06..a2702d9 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_Core/BaseRepository/IRepository.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_Core/BaseRepository/IRepository.cs @@ -356,6 +356,7 @@ List<TResult> QueryTabs<T, T2, TResult>( Expression<Func<T, T2, object[]>> joinExpression, Expression<Func<T, T2, TResult>> selectExpression, + Expression<Func<T,T2, bool>> whereExpressionT1, Expression<Func<TResult, bool>> whereExpression); Task<List<TResult>> QueryTabsAsync<T, T2, TResult>( -- Gitblit v1.9.3