mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 16:21:54 +08:00
订单自动收货参数错误修复
This commit is contained in:
@ -126,7 +126,7 @@ class CrontabService
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
// 订单商品销量增加
|
||||
$ret = OrderService::GoodsSalesCountInc(['order_id'=>$v['id'], 'order_status'=>$upd_data['status']]);
|
||||
$ret = OrderService::GoodsSalesCountInc(['order_id'=>$v['id'], 'opt_type'=>'collect']);
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
// 用户消息
|
||||
|
||||
Reference in New Issue
Block a user