From 69aacade7c861ea4fd0d02db8abbdb7588e60e9b Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Tue, 30 Sep 2025 13:33:38 +0800 Subject: [PATCH] 1 --- SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs index fac1e8d9..fcd1adcb 100644 --- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs @@ -4303,7 +4303,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew checkStatisc.TotalCheckNum = totalManagementList.Count(x => x.UnitWorkId == item); checkStatisc.OKNum = managementList.Count(x => x.UnitWorkId == item && (x.IsOnceQualified == null || x.IsOnceQualified == true)); - checkStatisc.TotalOKNum = totalManagementList.Count(x => x.UnitWorkId == item && (x.IsOnceQualified == null || x.IsOnceQualified == true)e); + checkStatisc.TotalOKNum = totalManagementList.Count(x => x.UnitWorkId == item && (x.IsOnceQualified == null || x.IsOnceQualified == true)); if (checkStatisc.CheckNum != 0)//被除数不能为零 {