Commit 03807964 authored by hujun's avatar hujun

0

parent 7c782d94
...@@ -692,7 +692,7 @@ class AppChat extends Basic ...@@ -692,7 +692,7 @@ class AppChat extends Basic
$data["report_count"] = $msgModel->getListCountByWhere($param); $data["report_count"] = $msgModel->getListCountByWhere($param);
$param["type"] = array("in", "10,11"); $param["type"] = array("in", "10,11");
$data["square_count"] = $msgModel->getListCountByWhere($param); $data["square_count"] = $msgModel->getListCountByWhere($param);
$data['check_count'] = $msg_check_model->getTotal(['addressee_id'=>$params['agent_id'],'is_del'=> 0]); //审核信息 $data['check_count'] = $msg_check_model->getTotal(['addressee_id'=>$params['agent_id'],'is_del'=> 0,'is_read'=>0]); //审核信息
return $this->response("200", "success", $data); return $this->response("200", "success", $data);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment