* [task#140281,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-03-31 14:08:02 +08:00
committed by 王怡栋
parent 1bf1d1b0b5
commit 07a4a4a5de
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -846,6 +846,7 @@ class tutorialModel extends model
$task->assignedToRealName = '';
$task->needConfirm = '';
$task->progress = 0;
$task->isParent = 0;
return $task;
}