SPEC:
- aggiunta e testata chiusura ODL - aggiunta gestione reload forzoso se sparisce chiamata
This commit is contained in:
@@ -912,14 +912,13 @@ namespace MP.Data.Controllers
|
||||
*/
|
||||
}
|
||||
|
||||
// ora chiudo ODL
|
||||
// ora chiudo ODL con stored SENZA ritorno...
|
||||
try
|
||||
{
|
||||
var dbResult = await dbCtx
|
||||
.DbSetStatOdl
|
||||
.FromSqlRaw("EXEC stp_ODL_fineProd @IdxODL, @IdxMacchina", IdxODL, IdxMacchina)
|
||||
.AsNoTracking()
|
||||
.ToListAsync();
|
||||
var dbResult = dbCtx
|
||||
.Database
|
||||
.ExecuteSqlRaw("EXEC stp_ODL_fineProd @IdxODL, @IdxMacchina", IdxODL, IdxMacchina);
|
||||
fatto = true;
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user