* Fix code error.

This commit is contained in:
Yagami
2023-01-05 13:59:41 +08:00
parent c9f961b573
commit e9f88d3cbd
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -168,6 +168,7 @@ class tutorialModel extends model
$project->deleted = '0';
$project->hasProduct = '';
$project->multiple = '';
$project->division = 0;
return $project;
}