Browse Source

默认的

Kirin 4 năm trước cách đây
mục cha
commit
c6eb46236a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/api/controller/user/UserController.php

+ 0 - 1
app/api/controller/user/UserController.php

@@ -628,7 +628,6 @@ class UserController
         $info = MemberCheck::where(['status' => 1, 'paid' => 1])->where(compact('type', 'name'));
         if ($type == 1) $info = $info->where('idcard', $idcard);
         $info = $info->find();
-        var_dump(MemberCheck::getLastSql());
         if (!$info) {
             return app('json')->fail('找不到会员,请检查查询项');
         } else {