订单自动收货参数修复
parent
03b51bc9e2
commit
601611153e
|
|
@ -126,7 +126,7 @@ class CrontabService
|
|||
if($ret['code'] == 0)
|
||||
{
|
||||
// 订单商品销量增加
|
||||
$ret = OrderService::GoodsSalesCountInc(['order_id'=>$v['id']]);
|
||||
$ret = OrderService::GoodsSalesCountInc(['order_id'=>$v['id'], 'order_status'=>$upd_data['status']]);
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
// 用户消息
|
||||
|
|
|
|||
Loading…
Reference in New Issue