type = $type; $log->order_id = $order_id; $log->channel = $channel; $log->handle_id = $handle_id; $log->content = OrderLogEnum::getLogDesc($content); $log->create_time = time(); if ($desc != '') { $log->content = OrderLogEnum::getLogDesc($content) . '(' . $desc . ')'; } $log->save(); } }