wtt
8 天以前 9ae439efdf65c92301a2397eb5332948bb33e68d
WebAPI/Dapper/SqlHelper.cs
@@ -126,7 +126,7 @@
        /// <param name="commandTimeout"></param>
        /// <param name="commandType"></param>
        /// <returns></returns>
        public List<T> GetMultModelList<T>(string sql, Type[] types, Func<object[], T> map, object param = null, bool buffered = true, string splitOn = "Id", int? commandTimeout = null, CommandType? commandType = null)
        {
            using (var connection = GetConnection())