|
@@ -188,7 +188,7 @@ class BookController extends BaseController
|
|
return $item;
|
|
return $item;
|
|
});
|
|
});
|
|
|
|
|
|
- if(!$this->uid || (isset($this->user_info) && !$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);
|
|
}
|
|
}
|