fix:危大工程
This commit is contained in:
@@ -445,6 +445,7 @@ namespace FineUIPro.Web.common
|
||||
#region 风险预警
|
||||
|
||||
protected int CompletedNum;
|
||||
protected int AllNum;
|
||||
protected int ConstructionNum;
|
||||
protected int EarlyWarningCounts;
|
||||
protected int FinishedNum;
|
||||
@@ -456,6 +457,7 @@ namespace FineUIPro.Web.common
|
||||
protected string riskDataRate;
|
||||
|
||||
protected int SuperCompletedNum;
|
||||
protected int SuperAllNum;
|
||||
|
||||
protected int SuperConstructionNum;
|
||||
|
||||
@@ -667,6 +669,8 @@ namespace FineUIPro.Web.common
|
||||
SuperTrainPersonNum = await SuperTrainPersonNumTask;
|
||||
SuperConstructionNum = await SuperConstructionNumTask;
|
||||
SuperFinishedNum = await SuperFinishedNumTask;
|
||||
AllNum = await CompletedNumTask + await ConstructionNumTask + await FinishedNumTask;
|
||||
SuperAllNum = await SuperCompletedNumTask + await SuperConstructionNumTask + await SuperFinishedNumTask;
|
||||
}
|
||||
#endregion 风险预警
|
||||
|
||||
|
||||
Reference in New Issue
Block a user