共建修改

This commit is contained in:
李超 2025-10-11 16:07:58 +08:00
parent 2cba5bad4b
commit a954e52ca5
1 changed files with 3 additions and 3 deletions

View File

@ -1486,11 +1486,11 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
} }
checkStatisc.TotalCheckNum += 1; checkStatisc.TotalCheckNum += 1;
if (IsOnceQualified == "1") //if (IsOnceQualified == "1")
checkStatisc.OKNum += 1; // checkStatisc.TotalOKNum += 1;
if (IsOnceQualified == "1" || IsOnceQualified == "True" || IsOnceQualified == "true") if (IsOnceQualified == "1" || IsOnceQualified == "True" || IsOnceQualified == "true")
{ {
checkStatisc.CheckNum += 1; checkStatisc.TotalOKNum += 1;
} }
} }