Jonlin 6 年之前
父节点
当前提交
181188d137
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/admin/controller/System.php

+ 1 - 1
application/admin/controller/System.php

@@ -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'];
                 }