This commit is contained in:
2025-10-24 18:27:46 +08:00
parent 47172cd0b3
commit 78a2b0f525
47 changed files with 678 additions and 277 deletions
@@ -894,7 +894,7 @@ namespace FineUIPro.Web.common
select x).Count().ToString();
var num2 = (from x in db.ProcessControl_InspectionManagement
where (x.IsOnceQualified == null || x.IsOnceQualified == true) && x.ProjectId == ProjectId
where x.IsOnceQualified == true && x.ProjectId == ProjectId
select x).Count();
zlgjfinishNumber = num2.ToString();