chenhaozhe
2025-12-07 376da7978b200c4d9168a838f1eb57c5bbe0f551
SQLHelper/SQLHelper222.cs
@@ -15,6 +15,7 @@
      
        private static SqlCommand BuildIntCommand(SqlConnection connection, string storedProcName, IDataParameter[] parameters)
        {
            SqlCommand command = BuildQueryCommand(connection, storedProcName, parameters);