Compare commits

...

2 Commits

1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}