Commit 4e1b6def authored by zhuwei's avatar zhuwei

运营数据微聊数BUG

parent dd4bbd07
...@@ -77,7 +77,9 @@ class OperationData extends Basic ...@@ -77,7 +77,9 @@ class OperationData extends Basic
foreach (explode(',',$agentIds) as $k1 => $v1) { foreach (explode(',',$agentIds) as $k1 => $v1) {
// 发起微聊用户数 // 发起微聊用户数
$where['to_id'] = 'agent_'.$v1; $where['to_id'] = 'agent_' . $v1;
$where['from_id'] = [ 'LIKE', '%user_%' ];
$group = ''; $group = '';
$res = $chatRelationModel->getChatUserNumOperation($where, $group); $res = $chatRelationModel->getChatUserNumOperation($where, $group);
$chat_user_all_num += $res; $chat_user_all_num += $res;
......
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