* Fix the data.

This commit is contained in:
tianshujie
2023-08-28 11:29:23 +08:00
parent bc4ca51f48
commit f3ed8d8583
+1 -1
View File
@@ -8,7 +8,7 @@ $team->root->range('2,7-9{3}');
$team->type->range('project,execution{7}');
$team->account->range('admin,user1,user2,admin');
$team->limited->range('no');
$team->join->range('2023-04-02');
$team->join->range('`2023-04-02`');
$team->days->range('7');
$team->hours->range('7');
$team->gen(8);