* Refactor programplan create page.

This commit is contained in:
wangyidong
2023-12-27 08:58:35 +08:00
parent c4242ef5ed
commit 90b4ece099
9 changed files with 259 additions and 413 deletions
+1
View File
@@ -306,6 +306,7 @@ class programTao extends programModel
foreach($summary as $execution)
{
$executionID = $execution->execution;
if(!isset($executionPaths[$executionID])) continue;
foreach($executionPaths[$executionID] as $nodeID)
{
if(!isset($stats[$nodeID])) $stats[$nodeID] = array('totalEstimate' => 0, 'totalConsumed' => 0, 'totalLeft' => 0, 'teamCount' => 0, 'totalLeftNotDel' => 0, 'totalConsumedNotDel' => 0);