|
@@ -41,6 +41,7 @@ class LiveAppointment extends Controller
|
|
|
if($goods_id) $where[] = ['goods_id','=',$goods_id];
|
|
|
$this->goods_id = $goods_id;
|
|
|
$this->live_id = $live_id;
|
|
|
+ $this->live_status = Db::table('store_live')->where('id',$live_id)->value('status');
|
|
|
//直播商品
|
|
|
$all_goods = Db::table('store_live_goods')
|
|
|
->alias('l')
|