2023-10-25
This commit is contained in:
@@ -108,7 +108,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)
|
||||
@@ -132,7 +131,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