Kaynağa Gözat

Wesmiler OTC 提交更新 0729

APPLE 3 yıl önce
ebeveyn
işleme
204a7219f7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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');
     }