Ancora fix gestione ODL
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user