Gestione TTL conteggio doc in coda parametrica + nuova vers numb
This commit is contained in:
@@ -109,9 +109,10 @@ namespace MP_API.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
int ttlPrintCount = memLayer.ML.CRI("ttlPrintCount");
|
||||
// recupero da dbe e salvo
|
||||
answ = countWaitingDb;
|
||||
memLayer.ML.setRSV(redQueueCount, $"{answ}", 30);
|
||||
memLayer.ML.setRSV(redQueueCount, $"{answ}", ttlPrintCount);
|
||||
}
|
||||
return answ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user