2023-10-25
This commit is contained in:
@@ -153,7 +153,6 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
|
||||
where x.UnitWorkId == q.UnitWorkId
|
||||
select x).ToList();
|
||||
int num = weldJoints.Count() - trustItems.Count();
|
||||
var u = BLL.UnitService.GetUnitByUnitId(q.UnitId);
|
||||
TreeNode tn1 = new TreeNode();
|
||||
tn1.NodeID = q.UnitWorkId;
|
||||
if (num > 0)
|
||||
@@ -182,7 +181,6 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
|
||||
where x.UnitWorkId == q.UnitWorkId
|
||||
select x).ToList();
|
||||
int num = weldJoints.Count() - trustItems.Count();
|
||||
var u = BLL.UnitService.GetUnitByUnitId(q.UnitId);
|
||||
TreeNode tn2 = new TreeNode();
|
||||
tn2.NodeID = q.UnitWorkId;
|
||||
if (num > 0)
|
||||
|
||||
Reference in New Issue
Block a user