Compare commits
No commits in common. "2f9728e457acdd91794ae9bcbdc6a9c01442634e" and "d4b92675e7e6a89bf0f06105ec25de64259121a0" have entirely different histories.
2f9728e457
...
d4b92675e7
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue