zhuchengjie 3 år sedan
förälder
incheckning
0bf16a19da
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      app/Http/Controllers/QuickApp/Book/BookController.php

+ 2 - 1
app/Http/Controllers/QuickApp/Book/BookController.php

@@ -189,8 +189,9 @@ class BookController extends BaseController
             return $item;
             return $item;
         });
         });
         $user =  (new QappUserService)->getGolableUser();
         $user =  (new QappUserService)->getGolableUser();
+        \Log::info('user_log_off_user_info:uid:'.$user);
         if($user){
         if($user){
-            if(!$this->user_info || (isset($this->uid) && !$this->send_order_id)){
+            if(!$this->uid || (isset($this->uid) && !$this->send_order_id)){
                 $result = $this->getCheckBids($channel,$books);
                 $result = $this->getCheckBids($channel,$books);
                 return response()->success($result);
                 return response()->success($result);
             }
             }