From 3183445c9f003d3ee2446614d9b11f17a80db2f6 Mon Sep 17 00:00:00 2001 From: Terry <2358269014@qq.com> Date: Thu, 16 Nov 2017 08:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/product/ProductMongodb.php | 1 - 1 file changed, 1 deletion(-) diff --git a/services/product/ProductMongodb.php b/services/product/ProductMongodb.php index 976a22b4..9b750da3 100644 --- a/services/product/ProductMongodb.php +++ b/services/product/ProductMongodb.php @@ -327,7 +327,6 @@ class ProductMongodb implements ProductInterface /** * 更新产品库存。 */ - Yii::$service->product->stock->saveProductStock($product_id,$one); /** * 更新产品信息到搜索表。 -- GitLab