销量增加优化

feat/task1-c-wallet
Devil 2021-08-13 23:01:48 +08:00
parent 958a2a263c
commit db6df611b3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
// 事务回滚