From 24873c2f9871a578635b8ca492f8af86e657e4a8 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 01 十一月 2021 10:23:01 +0800 Subject: [PATCH] nothing --- 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