移动系统liao
2025-02-17 557c2711a3e103ebc3d0492344eca9730d5e92b2
CoreCms.Net.IRepository/IBaseRepository.cs
@@ -103,7 +103,7 @@
        /// <param name="cacheTimes">缓存时长(分钟)</param>
        /// <returns></returns>
        Task<List<T>> QueryAsync(bool blUseNoLock = false, bool isDataCache = false, int cacheTimes = int.MaxValue);
        /// <summary>
        ///     根据条件查询数据
        /// </summary>