共建修改
This commit is contained in:
parent
2cba5bad4b
commit
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