Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3b118401f1
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user