modifica filtro codici segnalazioni

This commit is contained in:
michele 2025-10-27 12:43:41 +01:00
parent e16d2e5f73
commit 8e25e7e9b9

View File

@ -8462,6 +8462,7 @@ namespace ApiPolo.Controllers
_codSegnVT = getVTCodiciSegnalaz(ten);
var c = await _codSegnVT.Where(x => x.DataObso == null).ToListAsync();
c = c.Where(x => x.cscodazi.Equals(ten2)).ToList();
//c = await c.Where(x => x.cscodazi.Equals(ten2)).ToListAsync();
//td.statoImpianto = c;