销量增加优化
parent
958a2a263c
commit
db6df611b3
|
|
@ -911,7 +911,7 @@ class OrderService
|
||||||
}
|
}
|
||||||
|
|
||||||
// 订单商品销量增加
|
// 订单商品销量增加
|
||||||
$ret = self::GoodsSalesCountInc(['order_id'=>$order['id'], ' opt_type'=>'pay']);
|
$ret = self::GoodsSalesCountInc(['order_id'=>$order['id'], 'opt_type'=>'pay']);
|
||||||
if($ret['code'] != 0)
|
if($ret['code'] != 0)
|
||||||
{
|
{
|
||||||
// 事务回滚
|
// 事务回滚
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue