2023-10-25
This commit is contained in:
@@ -110,7 +110,6 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
|
||||
var trustItems = (from x in TrustItemList where x.UnitWorkId == q.UnitWorkId select x).ToList();
|
||||
var reportItems = (from x in ReportList where x.UnitWorkId == q.UnitWorkId select x).ToList();
|
||||
int num = trustItems.Count() - reportItems.Count();
|
||||
var u = BLL.UnitService.GetUnitByUnitId(q.UnitId);
|
||||
TreeNode tn1 = new TreeNode();
|
||||
tn1.NodeID = q.UnitWorkId;
|
||||
if (num > 0)
|
||||
@@ -134,7 +133,6 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
|
||||
var trustItems = (from x in TrustItemList where x.UnitWorkId == q.UnitWorkId select x).ToList();
|
||||
var reportItems = (from x in ReportList where x.UnitWorkId == q.UnitWorkId select x).ToList();
|
||||
int num = trustItems.Count() - reportItems.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