modifica filtro codici segnalazioni
This commit is contained in:
parent
e16d2e5f73
commit
8e25e7e9b9
@ -8462,6 +8462,7 @@ namespace ApiPolo.Controllers
|
|||||||
|
|
||||||
_codSegnVT = getVTCodiciSegnalaz(ten);
|
_codSegnVT = getVTCodiciSegnalaz(ten);
|
||||||
var c = await _codSegnVT.Where(x => x.DataObso == null).ToListAsync();
|
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();
|
//c = await c.Where(x => x.cscodazi.Equals(ten2)).ToListAsync();
|
||||||
//td.statoImpianto = c;
|
//td.statoImpianto = c;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user