|
@@ -122,6 +122,7 @@ class FloorRepository
|
|
|
->toArray();
|
|
|
if(!$topicIds) continue;
|
|
|
$topicIds = implode($topicIds, ',');
|
|
|
+ Log::debug('推荐内容楼层-topicIds'.$topicIds);
|
|
|
$topic = $this->getTopic($topicIds);
|
|
|
Log::debug('推荐内容楼层-topic'.json_encode($topic));
|
|
|
if(!$topic) continue;
|