diff --git a/queue/deal/get_weibo_behavior.php b/queue/deal/get_weibo_behavior.php index 1a4439c..a986985 100644 --- a/queue/deal/get_weibo_behavior.php +++ b/queue/deal/get_weibo_behavior.php @@ -21,7 +21,7 @@ class getWeiboBehavior extends dealBase { $ipinfo = $rdobj->get(_RC_SPIDER_USE_IP); $ipdata = json_decode($ipinfo, true); - if (!$ipinfo && PROC_CODE == 0 && $rdobj->llen($this->task_key) + 0 >= 0) { + if (!$ipinfo && PROC_CODE == 0 && $rdobj->llen($this->task_key) + 0 > 0) { $ipdata = $obj->getZmhttpIp(_RC_SPIDER_USE_IP); } if (empty($ipdata)) {