作者 景龙
1 个管道 的构建 失败 耗费 5 秒

修改礼品订单库存字段

@@ -154,7 +154,7 @@ class Gorders extends Api @@ -154,7 +154,7 @@ class Gorders extends Api
154 } 154 }
155 $gift_data = Db::table('gc_gift') 155 $gift_data = Db::table('gc_gift')
156 ->where(['id'=>$g_id,'status'=>$this->normal]) 156 ->where(['id'=>$g_id,'status'=>$this->normal])
157 - ->field('score') 157 + ->field('score,stock')
158 ->find(); 158 ->find();
159 $stock = $gift_data['stock'] - $g_num; 159 $stock = $gift_data['stock'] - $g_num;
160 if($stock < 0){ 160 if($stock < 0){