bug
This commit is contained in:
@@ -568,6 +568,7 @@ namespace Tnb.ProductionMgr
|
||||
.SetColumns(x => x.start_time == null)
|
||||
.SetColumns(x => x.end_time == null)
|
||||
.SetColumns(x => x.is_update == 0)
|
||||
.SetColumns(x => x.equip_ids == null)
|
||||
.SetColumns(x=>x.piping_status == 0)
|
||||
.SetColumns(x=>x.absorb_material_finish==0)
|
||||
.Where(x => x.id == item.id)
|
||||
|
||||
Reference in New Issue
Block a user