duqinya il y a 5 ans
Parent
commit
18795533c0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Repositories/BeanRepository.php

+ 1 - 1
app/Repositories/BeanRepository.php

@@ -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'];