From cd340c98f5a6481f8ab1931ef786e8c020589fcb Mon Sep 17 00:00:00 2001 From: zrg <z1873@LAPTOP-EAVL132E> Date: 星期一, 09 六月 2025 12:45:23 +0800 Subject: [PATCH] 报工台按钮优化,若没设置按钮,就显示管理员绑定按钮 --- WebAPI/Dapper/SqlHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Dapper/SqlHelper.cs b/WebAPI/Dapper/SqlHelper.cs index 60b0c3a..eb28516 100644 --- a/WebAPI/Dapper/SqlHelper.cs +++ b/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()) -- Gitblit v1.9.1