This commit is contained in:
liumengyi
2024-01-03 10:16:47 +08:00
parent 8671c02db8
commit 95d5f803cf
2 changed files with 10 additions and 4 deletions
@@ -12,7 +12,13 @@ declare(strict_types=1);
namespace zin;
$active = isset($params['active']) ? $params['active'] : key($executions);
$execution = null;
$execution = new stdclass();
$execution->progress = '';
$execution->doneStory = '';
$execution->totalStory = '';
$execution->totalTask = '';
$execution->undoneTask = '';
$execution->yesterdayDoneTask = '';
$items = array();
foreach($executions as $executionItem)