焊接材料修改
This commit is contained in:
@@ -255,6 +255,7 @@ namespace FineUIPro.Web.CLGL
|
||||
var inoutplandetail = (from x in Funs.DB.Tw_InOutPlanDetail_Relation
|
||||
//where x.InOutPlanMasterId == Id && x.PipelineId == this.tvControlItem.SelectedNodeID
|
||||
where x.PipelineId == this.tvControlItem.SelectedNodeID
|
||||
&& (x.PrefabricatedComponents == null || x.PrefabricatedComponents == "")
|
||||
select x).ToList();
|
||||
|
||||
// 优化 Linq 过滤条件
|
||||
|
||||
Reference in New Issue
Block a user