Commit 4c2253f5 authored by zw's avatar zw

Merge branch 'test'

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