This commit is contained in:
weiz 2023-12-21 10:22:51 +08:00
parent c0f4a9486d
commit fdf02d9c55

View File

@ -84,7 +84,7 @@ class SafetySuperviseLogic extends BaseLogic
'dept_id' => $params['dept_id'], 'dept_id' => $params['dept_id'],
'project_name' => $params['project_name'], 'project_name' => $params['project_name'],
'name' => $params['name'], 'name' => $params['name'],
'happen_time' => $params['happen_time'], 'happen_time' => strtotime($params['happen_time']),
'device_accident' => $params['device_accident'], 'device_accident' => $params['device_accident'],
'content' => $params['content'], 'content' => $params['content'],
'remark' => $params['remark'], 'remark' => $params['remark'],