Ancora fix gestione ODL

This commit is contained in:
Samuele Locatelli
2023-11-09 18:35:59 +01:00
parent e32600f6d3
commit 8f072b5f8e
14 changed files with 117 additions and 64 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ namespace MP.Data.Controllers
var FlgStorico = new SqlParameter("@flgStorico", flgStorico);
var result = dbCtx
.Database
.ExecuteSqlRaw("EXEC stp_EL_UpsertByOdl @IdxMacchina, @flgStorico, @DoInsert", IdxOdl, FlgStorico);
.ExecuteSqlRaw("EXEC stp_EL_UpsertByOdl @IdxODL, @flgStorico", IdxOdl, FlgStorico);
fatto = result != 0;
}
catch (Exception exc)