This commit is contained in:
2023-09-07 08:51:08 +08:00
parent f45fed15aa
commit b3e1db7611
7 changed files with 90 additions and 123 deletions
@@ -114,6 +114,10 @@ namespace FineUIPro.Web.DigData
&& x.States == Const.State_2
&& (controlItemAndCycleId == null || x.WorkPackageId.Contains(controlItemAndCycleId))
select x).Count().ToString();
this.lbHSEProblemCount.Text= (from x in Funs.DB.HSSE_Hazard_HazardRegister
where x.ProjectId == this.ProjectId && x.States != null && x.States !="4" && x.States != "0"
select x).Count().ToString();
}
if (item == "CQMS")
{