* [bug#54689,done,0.1h,0h] Fix execution type is undefined property.

This commit is contained in:
wangyuting
2024-08-29 16:06:32 +08:00
committed by 胡方舟
parent cd0caad998
commit e04881d9ed
@@ -19,6 +19,7 @@ $execution->totalStory = '';
$execution->totalTask = '';
$execution->undoneTask = '';
$execution->yesterdayDoneTask = '';
$execution->type = '';
$items = array();
foreach($executions as $executionItem)