From f6e151be4b95cdfcdba353b544326b850d6debb2 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 30 Nov 2021 14:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=87=AA=E5=8A=A8=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/CrontabService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/CrontabService.php b/app/service/CrontabService.php index 0cf54d269..9e5aefc6f 100644 --- a/app/service/CrontabService.php +++ b/app/service/CrontabService.php @@ -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) { // 用户消息 -- GitLab