yxj
2021-08-19 7a1a3ca06dfd2c2d37f1994067a04e79a2d86a68
SQLHelper/SQLHelper222.cs
@@ -15,6 +15,7 @@
      
        private static SqlCommand BuildIntCommand(SqlConnection connection, string storedProcName, IDataParameter[] parameters)
        {
            SqlCommand command = BuildQueryCommand(connection, storedProcName, parameters);