Explorar o código

Wesmiler OTC 提交更新 0729

APPLE %!s(int64=3) %!d(string=hai) anos
pai
achega
e7b33bb076
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Services/Api/MemberService.php

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

@@ -604,7 +604,7 @@ class MemberService extends BaseService
         $data = $this->model->from('member as m')
             ->leftJoin('user as u', 'u.user_id', '=', 'm.id')
             ->leftJoin('member_setting as ms', 'ms.user_id', '=', 'm.id')
-            ->where(['m.status' => 1,'u.idcard_check'=>1, 'm.user_type' => 2, 'u.status' => 1, 'm.mark' => 1])
+            ->where(['m.status' => 1,'m.idcard_check'=>1, 'm.user_type' => 2, 'u.status' => 1, 'm.mark' => 1])
             ->where('m.usdt_num', '>=', $num)
             ->where(function ($query) use ($userId) {
                 if ($userId) {