username@email.com
2024-09-09 626943b5ba84ce44bc19f4c3b8e8e94638bec733
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>