|
@@ -128,12 +128,14 @@ class Goods extends Controller
|
|
if (isset($data['id'])){
|
|
if (isset($data['id'])){
|
|
$buy_count = Db::name('store_order_info')
|
|
$buy_count = Db::name('store_order_info')
|
|
->whereIn('status','1,2')
|
|
->whereIn('status','1,2')
|
|
- ->where('c_id',$data['id'])->count();
|
|
|
|
|
|
+ ->where('c_id',$data['id'])
|
|
|
|
+ ->count();
|
|
}else{
|
|
}else{
|
|
$buy_count = 0;
|
|
$buy_count = 0;
|
|
}
|
|
}
|
|
|
|
|
|
$data['now_inventory'] = $data['inventory']-$buy_count;
|
|
$data['now_inventory'] = $data['inventory']-$buy_count;
|
|
|
|
+ dump($data);die;
|
|
}else{
|
|
}else{
|
|
if (!empty($data)){
|
|
if (!empty($data)){
|
|
$data['covers'] = $data['cover'];
|
|
$data['covers'] = $data['cover'];
|