Update comportamento invio di REDIS x NESTING

This commit is contained in:
Samuele E. Locatelli
2019-08-23 16:54:49 +02:00
parent 59769f4c4e
commit 87e92998f8
7 changed files with 102 additions and 108 deletions
@@ -75,7 +75,7 @@ namespace NKC_WF.WebUserControls
{
// invia a redis a a richiesta...
ComLib.sendMaterials();
ComLib.sendBatchReq(BatchId);
ComLib.sendBatchReq(BatchId, "Estimation");
// registro su DB nesting iniziato...
DataLayer.man.taBL.updateStatus(BatchId, (int)ComLib.BatchStatus.EstimationRequested);
@@ -94,7 +94,7 @@ namespace NKC_WF.WebUserControls
{
// invia a redis a a richiesta...
ComLib.sendMaterials();
ComLib.sendBatchReq(BatchId);
ComLib.sendBatchReq(BatchId,"Nesting");
// registro su DB nesting iniziato...
DataLayer.man.taBL.updateStatus(BatchId, (int)ComLib.BatchStatus.NestRequested);