This commit is contained in:
parent
690d2b1a5c
commit
3da6b38d8e
|
|
@ -281,6 +281,7 @@ namespace ZR.Service.Business
|
||||||
FaultCount = f.FaultCount,
|
FaultCount = f.FaultCount,
|
||||||
CableName = c.CableName
|
CableName = c.CableName
|
||||||
})
|
})
|
||||||
|
.MergeTable()
|
||||||
.OrderByDescending(it => it.FaultTime)
|
.OrderByDescending(it => it.FaultTime)
|
||||||
.ToList();
|
.ToList();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user