Commit 1954a190 authored by zw's avatar zw

bug

parent 88703522
......@@ -621,7 +621,7 @@ class AppChat extends Basic
if ($user_count > 0) {
return $this->response("200", "success", ["is_show_red" => true]);
}
$param["type"] = array("in", "1,3");
$param["type"] = array("in", "1,3,7");
$shop_count = $msgModel->getListCountByWhere($param);
if ($shop_count > 0) {
return $this->response("200", "success", ["is_show_red" => true]);
......
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