This commit is contained in:
commit
9dae8f88fb
|
@ -196,7 +196,9 @@ namespace FineUIPro.Web.WeldingProcess.PMI
|
||||||
).Distinct().ToList();
|
).Distinct().ToList();
|
||||||
|
|
||||||
string[] arr = this.weldJointIds.Split('|');
|
string[] arr = this.weldJointIds.Split('|');
|
||||||
var query = Funs.DB.View_Pipeline_WeldJoint.Where(t => t.IsPMI == true && t.PipelineId == this.tvControlItem.SelectedNodeID);
|
var query = Funs.DB.View_Pipeline_WeldJoint.Where(t => t.IsPMI == true
|
||||||
|
&& (t.WeldingDailyId != null && t.WeldingDailyId!="")
|
||||||
|
&& t.PipelineId == this.tvControlItem.SelectedNodeID);
|
||||||
|
|
||||||
if (listData.Count > 0)
|
if (listData.Count > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue