* Fix bug #19231,19230.

This commit is contained in:
liyuchun
2022-03-21 10:15:36 +08:00
parent 1afae98bfc
commit 8efe478798
2 changed files with 4 additions and 2 deletions

View File

@@ -277,6 +277,8 @@ class tutorialModel extends model
$execution->lifetime = '';
$execution->begin = date('Y-m-d', strtotime('-7 days'));
$execution->end = date('Y-m-d', strtotime('+7 days'));
$execution->realBegan = '';
$execution->realEnd = '';
$execution->days = 10;
$execution->status = 'wait';
$execution->pri = '1';