Commit 8ef0713e authored by zhuwei's avatar zhuwei

bug

parent 4e1b6def
...@@ -83,9 +83,9 @@ class OperationData extends Basic ...@@ -83,9 +83,9 @@ class OperationData extends Basic
$group = ''; $group = '';
$res = $chatRelationModel->getChatUserNumOperation($where, $group); $res = $chatRelationModel->getChatUserNumOperation($where, $group);
$chat_user_all_num += $res; $chat_user_all_num += $res;
$group = 'from_id'; /*$group = 'from_id';
$res = $chatRelationModel->getChatUserNumOperation($where, $group); $res = $chatRelationModel->getChatUserNumOperation($where, $group);
$chat_user_num += $res; $chat_user_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