Commit 7910a7e3 authored by hujun's avatar hujun

1

parent 263dd1f2
...@@ -748,7 +748,8 @@ class AppChat extends Basic ...@@ -748,7 +748,8 @@ class AppChat extends Basic
return $this->response("200", "success", ["is_show_red" => true]); return $this->response("200", "success", ["is_show_red" => true]);
} else { } else {
$msgCheckModel = new MPushCheckMessage(); $msgCheckModel = new MPushCheckMessage();
$param["type"] = array("in", "8"); // $param["type"] = array("in", "8");
unset($param['type']);
$check_count = $msgCheckModel->getListCountByWhere($param); $check_count = $msgCheckModel->getListCountByWhere($param);
if ($check_count > 0) { if ($check_count > 0) {
return $this->response("200", "success", ["is_show_red" => true]); 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