Merge remote-tracking branch 'origin/master'

This commit is contained in:
vilson 2019-01-25 16:52:35 +08:00
commit 3b118401f1

View File

@ -400,8 +400,9 @@ class Task extends CommonModel
}
$data = [
'member_code' => getCurrentMember()['code'],
'task_code' => $taskCode,
'code' => createUniqueCode('taskLog'),
'source_code' => $taskCode,
'action_type' => 'task',
'code' => createUniqueCode('projectLog'),
'create_time' => nowTime(),
'is_comment' => 1,
'content' => $comment,