Commit 9e98f772 authored by zw's avatar zw

bug

parent 7a917cf7
...@@ -629,7 +629,7 @@ class AppChat extends Basic ...@@ -629,7 +629,7 @@ class AppChat extends Basic
$where["to_id"] = "agent_" . $params["agent_id"]; $where["to_id"] = "agent_" . $params["agent_id"];
}else{ }else{
$where["to_id"] = "user_" . $params["agent_id"]; $where["to_id"] = "user_" . $params["user_id"];
} }
$where["is_read"] = 0; $where["is_read"] = 0;
......
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