1
This commit is contained in:
@@ -70,8 +70,8 @@ namespace FineUIPro.Web.ZHGL.CQMSData
|
||||
value1 = managementList.Count();
|
||||
value2 = totalManagementList.Count();
|
||||
|
||||
value3 = managementList.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value4 = totalManagementList.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value3 = managementList.Count(x => x.IsOnceQualified == true);
|
||||
value4 = totalManagementList.Count(x => x.IsOnceQualified == true);
|
||||
|
||||
|
||||
if (value1 != 0)//被除数不能为零
|
||||
|
||||
Reference in New Issue
Block a user