* Code refactors for function project update .

This commit is contained in:
guofeilong
2023-05-08 11:26:34 +08:00
parent 509ca47047
commit 595999ff66
45 changed files with 633 additions and 223 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ class tutorialModel extends model
$project->deleted = '0';
$project->hasProduct = '1';
$project->multiple = '';
$project->division = 0;
$project->stageBy = 'project';
return $project;
}