This commit is contained in:
田淑杰
2023-01-05 10:13:34 +08:00
parent 905b5965f6
commit 5ecaa57043
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -167,6 +167,7 @@ class tutorialModel extends model
$project->fluidBoard = 0;
$project->deleted = '0';
$project->hasProduct = '';
$project->multiple = '';
return $project;
}