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,