瀏覽代碼

Wesmiler OTC 提交更新 0729

APPLE 3 年之前
父節點
當前提交
204a7219f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');
     }