Compare commits
2 Commits
d4b92675e7
...
2f9728e457
| Author | SHA1 | Date |
|---|---|---|
|
|
2f9728e457 | |
|
|
a954e52ca5 |
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue