From f69173bd2eef384bc94177c084fb5185559332fe Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 4 Dec 2019 10:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B3=A8=E9=87=8A"!!!=20?= =?UTF-8?q?=E6=AD=A4=E5=87=BD=E6=95=B0=E4=B8=8D=E8=A6=81=E5=B0=86store=5Fs?= =?UTF-8?q?ku=5Fbind=E4=B8=AD=E7=9A=84vendor=5Fprice=E5=8F=96=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=E6=94=BE=E5=88=B0StoreSkuSyncInfo.VendorPrice?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E5=9B=A0=E4=B8=BA=E4=B9=8B=E5=90=8E=E4=BC=9A?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=BF=99=E4=B8=AAVendorPrice=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E9=87=8D=E7=AE=97"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/dao/store_sku.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/model/dao/store_sku.go b/business/model/dao/store_sku.go index 2f92b29f7..d1778ca30 100644 --- a/business/model/dao/store_sku.go +++ b/business/model/dao/store_sku.go @@ -206,7 +206,6 @@ func GetDirtyStoreCategories(db *DaoDB, vendorID, storeID int, level int) (cats } // 以store_sku_bind为基础来做同步,正常情况下使用 -// !!! 此函数不要将store_sku_bind中的vendor_price取出来放到StoreSkuSyncInfo.VendorPrice中,因为之后会依赖这个VendorPrice进行重算 // 单多门店模式厂商通用 func GetStoreSkus2(db *DaoDB, vendorID, storeID int, skuIDs []int, mustDirty bool) (skus []*StoreSkuSyncInfo, err error) { if vendorID < 0 {