$logList['id'], 'username' => $logList['username'], 'behavior_id' => $logList['behavior_id'], 'operator_id' => $logList['operator_id'], 'type' => $logList['type'], 'created_at' => date($logList['created_at']), 'content' => $logList['content'] ]; } }