[task#127805, 0.5h] add zendata of review story used.

This commit is contained in:
lijie
2024-09-13 13:35:28 +08:00
committed by 李阳
parent c0f45c8ff1
commit 7c59f3f3ab
+20
View File
@@ -18,3 +18,23 @@ $product->shadow->range('0');
$product->bind->range('0');
$product->acl->range('open');
$product->createdBy->range('admin');
$product->vision->range('rnd');
$product->gen(1);
$story = zenData('story');
$story->id->range('1-2');
$story->root->range('1-2');
$story->path->range('`,1,`, `,2,`');
$story->grade->range('1');
$story->product->range('1');
$story->module->range('0');
$story->title->range('激活研发需求,草稿研发需求');
$story->type->range('story');
$story->stage->range('wait');
$story->status->range('reviewing');
$story->openedBy->range('admin');
$story->version->range('1');
$story->assignedTo->range('[]');
$story->reviewedBy->range('[]');
$story->reviewedDate->range('`NULL`');
$story->closedBy->range('[]');