|
@@ -132,7 +132,7 @@ class ChapterController extends BaseController
|
|
|
if($this->distribution_channel_id == 7477 && $bid == 13765){
|
|
|
$book_info->is_on_shelf = 2;
|
|
|
}
|
|
|
- if (!in_array($book_info->is_on_shelf, [2])) {
|
|
|
+ if (!in_array($book_info->is_on_shelf, [1,2])) {
|
|
|
return response()->error('QAPP_OFF_SHELF');
|
|
|
}
|
|
|
$this->book_info = $book_info;
|