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 = [ $data = [
'member_code' => getCurrentMember()['code'], 'member_code' => getCurrentMember()['code'],
'task_code' => $taskCode, 'source_code' => $taskCode,
'code' => createUniqueCode('taskLog'), 'action_type' => 'task',
'code' => createUniqueCode('projectLog'),
'create_time' => nowTime(), 'create_time' => nowTime(),
'is_comment' => 1, 'is_comment' => 1,
'content' => $comment, 'content' => $comment,