This commit is contained in:
weiz 2023-12-22 14:09:21 +08:00
parent 4fc161559c
commit 1b244f4ebe

View File

@ -108,7 +108,7 @@ class ProjectManagerAppointmentLogic extends BaseLogic
'project_type_id' => $params['project_type_id'],
'project_manager' => $params['project_manager'],
'amount' => $params['amount'],
'project_approval_date' => $params['project_approval_date'],
'project_approval_date' => strtotime($params['project_approval_date']),
'start_date' => $params['start_date'],
'delivery_date' => $params['delivery_date'],
'remark' => $params['remark'],