fix:危大工程

This commit is contained in:
geh
2025-03-25 21:54:21 +08:00
parent b8449b3139
commit 3e7c5e5804
23 changed files with 2895 additions and 1619 deletions
@@ -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