提交 f6e151be 编写于 作者: G gongfuxiang

订单自动收货参数错误修复

上级 bfad7da3
...@@ -126,7 +126,7 @@ class CrontabService ...@@ -126,7 +126,7 @@ class CrontabService
if($ret['code'] == 0) 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) if($ret['code'] == 0)
{ {
// 用户消息 // 用户消息
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册