* [task#126383,doing,0.5h] Fix the bug of execution burn.

This commit is contained in:
xieqiyu
2024-09-04 17:31:41 +08:00
committed by 王于听
parent 7f511c88de
commit 7558be896b
+1 -1
View File
@@ -238,7 +238,7 @@ class tutorialModel extends model
$execution->hasProduct = '1';
$execution->multiple = '';
$execution->order = 1;
$execution->burns = array('');
$execution->burns = array();
$execution->type = 'sprint';
$execution->projectName = '';
$execution->projectModel = 'scrum';