Compare commits

..

No commits in common. "2f9728e457acdd91794ae9bcbdc6a9c01442634e" and "d4b92675e7e6a89bf0f06105ec25de64259121a0" have entirely different histories.

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.TotalOKNum += 1;
if (IsOnceQualified == "1")
checkStatisc.OKNum += 1;
if (IsOnceQualified == "1" || IsOnceQualified == "True" || IsOnceQualified == "true")
{
checkStatisc.TotalOKNum += 1;
checkStatisc.CheckNum += 1;
}
}