chenhaozhe
3 天以前 2f695e7c0982d0de5c0cec5c16c5a3d574286773
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())