Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
a54552239 committed Jan 25, 2019
2 parents 401d51a + c4fada8 commit 3b11840
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/common/Model/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,9 @@ public function createComment($taskCode, $comment)
}
$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,
Expand Down

0 comments on commit 3b11840

Please sign in to comment.