From a954e52ca510721191390b78f1c72f9abba159a2 Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Sat, 11 Oct 2025 16:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E5=BB=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CQMS/ManageReportNew/MonthReportEdit.aspx.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs index 8793dd7e..95fba509 100644 --- a/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/ManageReportNew/MonthReportEdit.aspx.cs @@ -1486,11 +1486,11 @@ namespace FineUIPro.Web.CQMS.ManageReportNew } checkStatisc.TotalCheckNum += 1; - if (IsOnceQualified == "1") - checkStatisc.OKNum += 1; + //if (IsOnceQualified == "1") + // checkStatisc.TotalOKNum += 1; if (IsOnceQualified == "1" || IsOnceQualified == "True" || IsOnceQualified == "true") { - checkStatisc.CheckNum += 1; + checkStatisc.TotalOKNum += 1; } }