From 66790e84f7cbf8275c970b5d7e373b4277d98615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 20 Jan 2026 20:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=9C=80=E6=B1=82=EF=BC=9APK=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Tasks.php b/application/api/model/Tasks.php index e5f8f7ec..7054d966 100644 --- a/application/api/model/Tasks.php +++ b/application/api/model/Tasks.php @@ -522,7 +522,7 @@ class Tasks extends Model 'task_id' => $task_id, 'current_progress' => $current_progress, 'tasks_bag_id' => $task_info['tasks_bag_id'], - 'is_completed' => 1, + 'is_completed' => 0, 'ext' => $ext, 'createtime' => time(), ];