* Finish task#51105,51102

This commit is contained in:
zenggang
2022-03-18 05:17:53 +00:00
parent 307c410724
commit ed17f3b7bb
4 changed files with 5 additions and 4 deletions
+1
View File
@@ -275,6 +275,7 @@ class tutorialModel extends model
$execution->name = 'Test execution';
$execution->code = 'test';
$execution->lifetime = '';
$execution->attribute = '';
$execution->begin = date('Y-m-d', strtotime('-7 days'));
$execution->end = date('Y-m-d', strtotime('+7 days'));
$execution->days = 10;