This commit is contained in:
jackchenyang
2024-05-23 13:56:30 +08:00
parent 2b85402218
commit 8f88fd59a6
4 changed files with 13 additions and 15 deletions
@@ -78,7 +78,7 @@ namespace FineUIPro.Web.WeldingProcess.TestPackageManage
}
var query = Funs.DB.Pipeline_WeldJoint.Where(t => t.PipelineId == PipelineID)
.OrderBy(t => t.WeldJointCode).AsQueryable();
if (listData.Count>0 && string.IsNullOrEmpty(this.ptpId))
if (listData.Count>0)
{
query = query.Where(t => !listData.Contains(t.WeldJointCode));
}