Commit b04ac3de authored by hujun's avatar hujun

1

parent 0d960d36
...@@ -749,7 +749,7 @@ class AppChat extends Basic ...@@ -749,7 +749,7 @@ class AppChat extends Basic
} else { } else {
$msgCheckModel = new MPushCheckMessage(); $msgCheckModel = new MPushCheckMessage();
$param["type"] = array("in", "8"); $param["type"] = array("in", "8");
$check_count = $msgCheckModel->getTotal($params); $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