* Fix bug #46099, and fix bug of menu.

This commit is contained in:
liumengyi
2024-02-22 17:09:44 +08:00
parent 33e4b07756
commit 82f1ce5bae
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ class tutorialModel extends model
$project->displayCards = 0;
$project->fluidBoard = 0;
$project->deleted = '0';
$project->hasProduct = '1';
$project->hasProduct = 1;
$project->multiple = '1';
$project->stageBy = 'project';