Commit 7b9064f1 authored by hujun's avatar hujun

del

parent 03807964
......@@ -692,7 +692,7 @@ class AppChat extends Basic
$data["report_count"] = $msgModel->getListCountByWhere($param);
$param["type"] = array("in", "10,11");
$data["square_count"] = $msgModel->getListCountByWhere($param);
$data['check_count'] = $msg_check_model->getTotal(['addressee_id'=>$params['agent_id'],'is_del'=> 0,'is_read'=>0]); //审核信息
$data['check_count'] = $msg_check_model->getTotal(['addressee_id'=>$params['agent_id'],'is_read'=>0]); //审核信息
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