点巡检报表 设备维修复核
This commit is contained in:
@@ -90,6 +90,7 @@ namespace Tnb.ProductionMgr
|
||||
.WhereIF(!string.IsNullOrEmpty(equipId),(a,b,c)=>a.equip_id.ToString()==equipId)
|
||||
.WhereIF(!string.IsNullOrEmpty(stopValue),(a,b,c)=>a.stop_valve.ToString()==stopValue)
|
||||
.Where((a,b,c)=>a.type=="2")
|
||||
.OrderBy((a,b,c,d)=>c.code)
|
||||
.Select((a, b, c,d) => new PrdRawMaterialBarcodeListDto
|
||||
{
|
||||
id = a.id,
|
||||
|
||||
Reference in New Issue
Block a user