更新 app/common/logic/task/TaskLogic.php

更新日期
This commit is contained in:
mkm 2023-09-07 21:14:35 +08:00
parent 89e789ca19
commit 15e4f8f6fa

View File

@ -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,