This commit is contained in:
zaccaria.majid
2023-12-11 15:36:45 +01:00
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -494,10 +494,13 @@ namespace MP_TAB_SERV.Components
}
await advStep(currStep++);
// se fosse multi cambio dati di promODL x successivo setup...
#if false
if (isMulti)
{
currPodl.IdxMacchina = IdxMaccSel;
}
}
#endif
currPodl.IdxMacchina = IdxMaccSel;
// 2018.07.24 verifico se devo lavorare come ODL classico o come RPO (Richiesta /
// Promessa / ODL)
if (enableRPO)
@@ -976,7 +979,7 @@ namespace MP_TAB_SERV.Components
#region Private Properties
private string baseLang
{
get => MServ.UserPrefGet("Lang");
+1 -1
View File
@@ -2774,7 +2774,7 @@ namespace MP.Data.Services
result = dbIocController.VMSFDGetAll();
// serializzp e salvo...
rawData = JsonConvert.SerializeObject(result);
await redisDb.StringSetAsync(currKey, rawData, LongCache);
await redisDb.StringSetAsync(currKey, rawData, UltraFastCache);
}
if (result == null)
{