Merge branch 'develop' of https://gitlab.steamware.net/steamware/mapo-core into develop
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user