|
|
@@ -756,7 +756,7 @@ class System extends Base
|
|
|
$content = json_decode($chat_log[$c]['content'], true);
|
|
|
$chat_log[$c]['time_line'] = date('Y-m-d H:i:s',$chat_log[$c]['time_line']);
|
|
|
$result[$key]['detail'] = $result[$key]['detail'].' '.$chat_log[$c]['time_line'].' '.$chat_log[$c]['from_name'];
|
|
|
-
|
|
|
+ $content['content'] = '';
|
|
|
if(!empty($content['text'])){
|
|
|
$content['content'] = $content['text'];
|
|
|
}
|