This commit is contained in:
mkm 2024-01-15 18:46:38 +08:00
parent 485a607820
commit c06de387de

View File

@ -596,6 +596,7 @@ class Project extends BasicApi
'positioning'=>$find['positioning']??'', 'positioning'=>$find['positioning']??'',
'date'=>$find['date']??'', 'date'=>$find['date']??'',
'end_date'=>$find['end_date']??'', 'end_date'=>$find['end_date']??'',
'stop_time'=>'',
]; ];
if($find &&$find['end_date']){ if($find &&$find['end_date']){
$createTime = strtotime($find['date']); $createTime = strtotime($find['date']);