This commit is contained in:
邹宗楠
2022-12-14 10:37:48 +08:00
parent b9c4970c6f
commit b466aaaf12
5 changed files with 132 additions and 143 deletions

View File

@@ -33,6 +33,7 @@ var (
)
func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, vendorStoreID string, storeSkuList []*dao.StoreSkuSyncInfo) (failedList []*partner.StoreSkuInfoWithErr, err error) {
globals.SugarLogger.Debugf("是不是正儿八经的京东商城%s", "1111111111111111111111111")
if globals.EnableJdShopWrite {
if vendorStoreID == model.JdShopMainVendorStoreID {
for _, v := range storeSkuList {