Merge pull request 'fixed' (#61) from zhangwei into dev

Reviewed-on: #61
This commit is contained in:
weiz 2023-12-21 10:23:20 +08:00
commit 64afcee74d

View File

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