Fix serializzazioni varie, vers 1033

This commit is contained in:
Samuele E. Locatelli
2018-12-06 17:17:26 +01:00
parent 19b1233660
commit eec6bd99e2
2 changed files with 7 additions and 3 deletions
@@ -65,7 +65,8 @@ namespace MP_SITE.WebUserControls
string hashKeyMSE = memLayer.ML.redHash("Tab:MSE:" + IdxMacchina);
string hashKeyAS = memLayer.ML.redHash("Tab:AnagStati");
string serVal = "";
if (memLayer.ML.redHashPresent(hashKeyMSE))
if (memLayer.ML.redKeyPresent(hashKeyMSE))
//if (memLayer.ML.redHashPresent(hashKeyMSE))
{
serVal = memLayer.ML.getRSV(hashKeyMSE);
tabMSE = (DS_ProdTempi.MappaStatoExplDataTable)memLayer.ML.deserializeVal(serVal);