From 15e4f8f6fa223325c45ba871e41bcc4dc18315a4 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 7 Sep 2023 21:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20app/common/logic/task/Task?= =?UTF-8?q?Logic.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新日期 --- app/common/logic/task/TaskLogic.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/logic/task/TaskLogic.php b/app/common/logic/task/TaskLogic.php index c9e10c474..5edb7cf13 100644 --- a/app/common/logic/task/TaskLogic.php +++ b/app/common/logic/task/TaskLogic.php @@ -82,6 +82,7 @@ class TaskLogic extends BaseLogic return true; } } + $v['day_count']=$v['day_count']+1; $time = strtotime(date('Y-m-d')); $TaskSchedulingPlan_data = [ 'create_user_id' => 0,