yxj
2022-12-23 169fc6fb192054d1f521e5b0532cc6de2e20fd57
SQLHelper/SQLHelper222.cs
@@ -15,6 +15,7 @@
      
        private static SqlCommand BuildIntCommand(SqlConnection connection, string storedProcName, IDataParameter[] parameters)
        {
            SqlCommand command = BuildQueryCommand(connection, storedProcName, parameters);