ancora log esteso
This commit is contained in:
@@ -602,31 +602,35 @@ namespace NKC_WF.Controllers
|
||||
// se tutto OK --> tolgo ultimo batch
|
||||
if (answ == "OK")
|
||||
{
|
||||
Log.Instance.Info("Close 01");
|
||||
Log.Instance.Info("Close A.01");
|
||||
// se è una split req --> NON resetto...
|
||||
if (!isSplitReq)
|
||||
{
|
||||
Log.Instance.Info("Close 02");
|
||||
Log.Instance.Info("Close B.01");
|
||||
// reset
|
||||
resetOk = ComLib.resetBatchReq();
|
||||
Log.Instance.Info("Effettuato reset resetBatchReq");
|
||||
// se tutto ok e ci sono da validare parts --> procedo!
|
||||
Log.Instance.Info("Close B.02");
|
||||
if (resetOk)
|
||||
{
|
||||
Log.Instance.Info("Close B.03");
|
||||
|
||||
bool PartValForCreatePng = memLayer.ML.cdvb("PartValidationForceCreatePng");
|
||||
bool DxfValForceCreatePng = memLayer.ML.cdvb("DxfValidationForceCreatePng");
|
||||
bool forceCreatePng = (isValidation || isTesting) && (PartValForCreatePng || DxfValForceCreatePng);
|
||||
bool nextValidSent = ComLib.sendFirstValidationBatch(forceCreatePng);
|
||||
Log.Instance.Info("Close B.04");
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
Log.Instance.Info("Close 03");
|
||||
Log.Instance.Info("Close C.01");
|
||||
// rimetto in coda la richiesta
|
||||
ComLib.currBatchReq = envNum;
|
||||
}
|
||||
}
|
||||
Log.Instance.Info("Close 04");
|
||||
Log.Instance.Info("Close D.01");
|
||||
// restituisco risposta
|
||||
return answ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user