Commit 6d12a070 authored by zw's avatar zw

bug

parent 1954a190
......@@ -593,7 +593,7 @@ class AppChat extends Basic
$data["user_count"] = $msgModel->getListCountByWhere($param);
$param["type"] = array("in", "1,3");
$data["shop_count"] = $msgModel->getListCountByWhere($param);
$param["type"] = 8;
$param["type"] = 7;
$data["report_count"] = $msgModel->getListCountByWhere($param);
return $this->response("200", "success", $data);
}
......
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