Commit 577e2a8c authored by clone's avatar clone

bug

parent bb62face
...@@ -59,7 +59,7 @@ class BrokerService ...@@ -59,7 +59,7 @@ class BrokerService
return true; return true;
} }
if (($is_pc == 0 && $device_id == $item["device_id"]) if (($is_pc == 0 && $device_id == $item["device_id"])
|| ($is_pc == 1 && $push_id = $item["push_id"] && $device_id == $item["device_id"])) { || ($is_pc == 1 && $push_id == $item["push_id"] && $device_id == $item["device_id"])) {
if ($item["is_forbidden"] == 0) { if ($item["is_forbidden"] == 0) {
return true; return true;
} elseif ($item["is_forbidden"] == 1) { //已存在申请关系 } elseif ($item["is_forbidden"] == 1) { //已存在申请关系
......
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