* Clear the table zt_projectstory to make sure the story is not projected.

This commit is contained in:
dingguodong
2023-08-28 09:58:13 +08:00
parent 060602a272
commit e6457d696e
+2
View File
@@ -4,6 +4,8 @@ include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/task.class.php';
su('admin');
zdTable('projectstory')->gen(0); // Clear the table zt_projectstory to make sure the story is not projected.
$task = zdTable('task');
$task->id->range('1-4');
$task->type->range('test,devel,design,story');