|
@@ -148,7 +148,7 @@ class BeanRepository
|
|
|
$author_data = $this->getFollowMembersStatus(implode(',', $uids));
|
|
|
|
|
|
if (isset($author_data)){
|
|
|
- foreach ($excellent_residents as $k=>$v){var_dump('3'.$k);var_dump('4'.$v);
|
|
|
+ foreach ($excellent_residents as $k=>$v){var_dump($k);var_dump($v);
|
|
|
if(!isset($author_data[$v['content_author_id']])) continue;
|
|
|
$excellent_residents[$k]['follow_status'] = $author_data[$v['content_author_id']]['follow_status'];
|
|
|
$excellent_residents[$k]['username'] = $author_data[$v['content_author_id']]['username'];
|