From c4fada84992da93af4d6143588243c83285e0239 Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Sun, 20 Jan 2019 19:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=B7=BB=E5=8A=A0=E8=AF=84=E8=AE=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vilson <545522390@qq.com> --- application/common/Model/Task.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/common/Model/Task.php b/application/common/Model/Task.php index 1a2d820..1835bc0 100644 --- a/application/common/Model/Task.php +++ b/application/common/Model/Task.php @@ -356,8 +356,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,