2022-10-21 焊接二次设计wbs树颜色,和焊口数量统计

This commit is contained in:
2022-10-21 10:17:44 +08:00
parent 00616b7fa0
commit a74043952e
5 changed files with 99 additions and 8 deletions
@@ -254,7 +254,7 @@ namespace FineUIPro.Web.HJGL.InfoQuery
select x).ToList();
foreach (var item in pipeline)
{
var jotCount = (from x in Funs.DB.HJGL_WeldJoint where x.PipelineId == item.PipelineId && x.IsTwoJoint == null select x).Count();
var jotCount = (from x in Funs.DB.HJGL_WeldJoint where x.PipelineId == item.PipelineId /*&& x.IsTwoJoint == null*/ select x).Count();
//var weldJotCount = (from x in Funs.DB.HJGL_WeldJoint where x.PipelineId == item.PipelineId && x.IsTwoJoint == null && x.WeldingDailyId != null select x).Count();
TreeNode newNode = new TreeNode();
//if (jotCount > weldJotCount)