Explorar el Código

Wesmiler OTC 提交更新 0729

APPLE hace 3 años
padre
commit
e7b33bb076
Se han modificado 1 ficheros con 1 adiciones y 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) {