Celine.meneu пре 16 година
родитељ
комит
f6a794d470

+ 3 - 5
CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Entrepot/EntrepotATC.cs

@@ -39,11 +39,9 @@ namespace CG67.FicheCollege.Entrepot
                             connexion1.Open();
                             using (OracleCommand command1 = connexion1.CreateCommand())
                             {
-                                //command1.CommandText = "Select * from V_ATC WHERE COD_STRUC = @CODESTRUC ";
-
-                                //command1.Parameters.AddWithValue("@CODESTRUC", codeAstre);
-                                command1.CommandText = "Select * from V_ATC WHERE COD_STRUC = '38401024'";
-
+                                command1.CommandText = "Select * from V_ATC WHERE COD_STRUC = @C_STRUC ";
+                               // command1.CommandText = "Select * from V_ATC WHERE COD_STRUC = '38401024'";
+                                command1.Parameters.AddWithValue("@C_STRUC", codeAstre);
                                 using (OracleDataReader dr1 = command1.ExecuteReader())
                                 {
 

+ 1 - 1
CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Entrepot/EntrepotContratAide.cs

@@ -18,7 +18,7 @@ namespace CG67.FicheCollege.Entrepot
             {
                 try
                 {
-                    int nbJourFormation;
+                  //  int nbJourFormation;
                     double valeurETP;
                     connexion.Open();
                     using (SqlCommand command = connexion.CreateCommand())