From c06de387dea4933272dbee891fc15d4e855a4bbd Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Mon, 15 Jan 2024 18:46:38 +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/project/controller/Project.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/project/controller/Project.php b/application/project/controller/Project.php index 7de04f3..fe2785c 100755 --- a/application/project/controller/Project.php +++ b/application/project/controller/Project.php @@ -596,6 +596,7 @@ class Project extends BasicApi 'positioning'=>$find['positioning']??'', 'date'=>$find['date']??'', 'end_date'=>$find['end_date']??'', + 'stop_time'=>'', ]; if($find &&$find['end_date']){ $createTime = strtotime($find['date']);