共检
This commit is contained in:
@@ -92,8 +92,8 @@ namespace FineUIPro.Web.ZHGL.CQMSData
|
||||
value1 = managementList1.Count();
|
||||
value2 = totalManagementList1.Count();
|
||||
|
||||
value3 = managementList1.Count(x => x.IsOnceQualified == true);
|
||||
value4 = totalManagementList1.Count(x => x.IsOnceQualified == true);
|
||||
value3 = managementList1.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value4 = totalManagementList1.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
|
||||
if (value1 != 0)//被除数不能为零
|
||||
{
|
||||
@@ -119,8 +119,8 @@ namespace FineUIPro.Web.ZHGL.CQMSData
|
||||
value7 = managementList2.Count();
|
||||
value8 = totalManagementList2.Count();
|
||||
|
||||
value9 = managementList2.Count(x => x.IsOnceQualified == true);
|
||||
value10 = totalManagementList2.Count(x => x.IsOnceQualified == true);
|
||||
value9 = managementList2.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value10 = totalManagementList2.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
|
||||
if (value7 != 0)//被除数不能为零
|
||||
{
|
||||
@@ -146,8 +146,8 @@ namespace FineUIPro.Web.ZHGL.CQMSData
|
||||
value13 = managementList3.Count();
|
||||
value14 = totalManagementList3.Count();
|
||||
|
||||
value15 = managementList3.Count(x => x.IsOnceQualified == true);
|
||||
value16 = totalManagementList3.Count(x => x.IsOnceQualified == true);
|
||||
value15 = managementList3.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value16 = totalManagementList3.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
|
||||
if (value13 != 0)//被除数不能为零
|
||||
{
|
||||
@@ -173,8 +173,8 @@ namespace FineUIPro.Web.ZHGL.CQMSData
|
||||
value19 = managementList4.Count();
|
||||
value20 = totalManagementList4.Count();
|
||||
|
||||
value21 = managementList4.Count(x => x.IsOnceQualified == true);
|
||||
value22 = totalManagementList4.Count(x => x.IsOnceQualified == true);
|
||||
value21 = managementList4.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value22 = totalManagementList4.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
|
||||
if (value19 != 0)//被除数不能为零
|
||||
{
|
||||
@@ -200,8 +200,8 @@ namespace FineUIPro.Web.ZHGL.CQMSData
|
||||
value25 = managementList5.Count();
|
||||
value26 = totalManagementList5.Count();
|
||||
|
||||
value27 = managementList5.Count(x => x.IsOnceQualified == true);
|
||||
value28 = totalManagementList5.Count(x => x.IsOnceQualified == true);
|
||||
value27 = managementList5.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
value28 = totalManagementList5.Count(x => x.IsOnceQualified == null || x.IsOnceQualified == true);
|
||||
|
||||
if (value25 != 0)//被除数不能为零
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user