From f50d5197ffa2c276e5f04386ac474378c37221d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 5 Aug 2025 09:09:05 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/system_store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/system_store_sku.go b/business/jxstore/cms/system_store_sku.go index 6ee0b7cc1..aa0336ffc 100644 --- a/business/jxstore/cms/system_store_sku.go +++ b/business/jxstore/cms/system_store_sku.go @@ -40,12 +40,12 @@ func CopyOnStoreSkuToOther(ctx *jxcontext.Context, fromStoreId, toStoreId string ) // 门店api加载 - toStore, err := dao.GetStoreDetailByVendorStoreID(db, toStoreId, 3, "") + toStore, err := dao.GetStoreDetailByVendorStoreID(db, toStoreId, vendorId, "") if err != nil { return nil, err } - fromStore, err := dao.GetStoreDetailByVendorStoreID(db, fromStoreId, 1, "") + fromStore, err := dao.GetStoreDetailByVendorStoreID(db, fromStoreId, vendorId, "") if err != nil { return nil, err }