From 3a853c095ad0910f7292eecf5876ce6f2516f261 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 12 Jan 2024 18:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/Model/Task.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/common/Model/Task.php b/application/common/Model/Task.php index 0dc7765..0e723da 100755 --- a/application/common/Model/Task.php +++ b/application/common/Model/Task.php @@ -550,6 +550,7 @@ class Task extends CommonModel if(!$code){ throw new Exception('任务列表CODE不存在', 1); } + $data['stage_code']=$code; self::name('task')->where('id',$task['id'])->update($data); }elseif($type==3){ $comments='add';