From 7c026025675e1ea24be6d5c75360e41a60c4c78f Mon Sep 17 00:00:00 2001 From: jingh <jingh@LAPTOP-I53VDLOO> Date: 星期日, 23 一月 2022 11:05:36 +0800 Subject: [PATCH] 2 --- SQLHelper/SQLHelper222.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/SQLHelper/SQLHelper222.cs b/SQLHelper/SQLHelper222.cs index fd37273..8907c90 100644 --- a/SQLHelper/SQLHelper222.cs +++ b/SQLHelper/SQLHelper222.cs @@ -15,6 +15,7 @@ + private static SqlCommand BuildIntCommand(SqlConnection connection, string storedProcName, IDataParameter[] parameters) { SqlCommand command = BuildQueryCommand(connection, storedProcName, parameters); -- Gitblit v1.9.1