* [task#126833,done,0.1h,0] Modify data of ui test to delay execution.

This commit is contained in:
yulujie
2024-08-26 08:36:17 +08:00
committed by 李阳
parent b29a993f45
commit a21f449df2
+1 -1
View File
@@ -28,7 +28,7 @@ $execution = zenData('project');
$execution->id->range('101,103');
$execution->project->range('1');
$execution->type->range('sprint');
$execution->parent->range('11');
$execution->parent->range('1');
$execution->path->range('`,1,101,`, `,1,103,`');
$execution->grade->range('1');
$execution->name->range('未开始执行, 进行中执行');