Commit 5884637a authored by zhuwei's avatar zhuwei

客户消息

parent 50fdaf36
...@@ -512,7 +512,7 @@ class AppChat extends Basic ...@@ -512,7 +512,7 @@ class AppChat extends Basic
//获取此经纪人的所有盘方楼盘id //获取此经纪人的所有盘方楼盘id
$param["addressee_id"] = $params["agent_id"]; $param["addressee_id"] = $params["agent_id"];
$param["type"] = 2; $param["type"] = array('in','2,8');
$msgModel = new MPushMessage(); $msgModel = new MPushMessage();
$history_result = $msgModel->getListByWhere($field, $param, $page_no, $page_size); $history_result = $msgModel->getListByWhere($field, $param, $page_no, $page_size);
......
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