|
@@ -419,7 +419,9 @@ class BookConfig extends Model
|
|
'book_configs.promotion_domain',
|
|
'book_configs.promotion_domain',
|
|
'books.name as old_name',
|
|
'books.name as old_name',
|
|
'book_configs.recommend_cid',
|
|
'book_configs.recommend_cid',
|
|
- 'book_configs.is_high_quality'
|
|
|
|
|
|
+ 'book_configs.is_high_quality',
|
|
|
|
+ 'book_configs.unit_price',
|
|
|
|
+ 'book_configs.calculate_price_type'
|
|
)->where('book_configs.bid', $bid)->first();
|
|
)->where('book_configs.bid', $bid)->first();
|
|
}
|
|
}
|
|
|
|
|