xielin 5 年之前
父節點
當前提交
4a83ce393e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Repositories/BeanRepository.php

+ 2 - 2
app/Repositories/BeanRepository.php

@@ -234,7 +234,7 @@ class BeanRepository
             $temp = [];
             $temp['circle_id'] = $circle['id'];
             $temp['image'] = $circle['image'];
-            $temp['join_limit'] = $circle['join_limit'];
+            $temp['join_count'] = $circle['join_count'];
             $temp['circle_name'] = mb_substr($circle['name'], 0, 6);
             $circles[] = $temp;
         }
@@ -404,7 +404,7 @@ class BeanRepository
             $temp = [];
             $temp['circle_id'] = $circle['id'];
             $temp['image'] = $circle['image'];
-            $temp['join_limit'] = $circle['join_limit'];
+            $temp['join_count'] = $circle['join_count'];
             $temp['circle_name'] = mb_substr($circle['name'], 0, 6);
             $circles[] = $temp;
         }