Przeglądaj źródła

Wesmiler OTC 提交更新 0729

APPLE 3 lat temu
rodzic
commit
204a7219f7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/Common/MemberService.php

+ 1 - 1
app/Services/Common/MemberService.php

@@ -139,7 +139,7 @@ class MemberService extends BaseService
             $where['user_type'] = $userType;
         }
 
-        return $this->model->where(['status'=> 1,'mark'=>1])
+        return $this->model->where($where)
             ->whereIn('user_type',[3,5])
             ->count('id');
     }