订单自动收货参数修复

feat/task1-c-wallet
Devil 2021-07-12 15:24:00 +08:00
parent 03b51bc9e2
commit 601611153e
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{
// 用户消息