+ Add default value.

This commit is contained in:
caoyanyi
2023-08-23 15:13:05 +08:00
parent 749dcb3ed6
commit 5eb0cafdb7
+2
View File
@@ -4680,6 +4680,8 @@ class taskModel extends model
$task->consumed = round($task->consumed, 1) . $this->lang->execution->workHourUnit;
$task->left = round($task->left, 1) . $this->lang->execution->workHourUnit;
$task->design = '';
$task->story = '';
if(!empty($task->storyID))
{
if(common::hasPriv('story', 'view'))