Aggiunta metodo update objItems

This commit is contained in:
Samuele Locatelli
2026-04-13 17:13:27 +02:00
parent dc07d77e20
commit aac43ec24d
8 changed files with 249 additions and 22 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ namespace MP.IOC.Controllers
answ = "";
try
{
var fiHASH = Utils.hSMI(idxFamIn);
var fiHASH = Utils.GetHashSMI(idxFamIn);
string outVal = "";
bool trovato = DService.RedisHashPresent(fiHASH);
if (!trovato)