Commit 7f2e459f authored by clone's avatar clone

1

parent 91b3fb67
......@@ -36,6 +36,9 @@ class FollowUpTask
*/
public function isExistTable($time, $siteId)
{
if(!$siteId){
return false;
}
$redis_service = new RedisCacheService();
$site_arr = $redis_service->getRedisCache(4, $siteId);
if (empty($site_arr)) {
......
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