From 601611153e9e82db7c136b151104ce58f21e0710 Mon Sep 17 00:00:00 2001 From: Devil Date: Mon, 12 Jul 2021 15:24:00 +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=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/CrontabService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/service/CrontabService.php b/application/service/CrontabService.php index 2276bba16..e90b7fc7a 100644 --- a/application/service/CrontabService.php +++ b/application/service/CrontabService.php @@ -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) { // 用户消息