This commit is contained in:
邹宗楠
2022-10-18 18:08:53 +08:00
parent 03bf84074c
commit 5a019b2ce2

View File

@@ -258,7 +258,6 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
var syncType string
storeDetail, _ := dao.GetStoreDetail(dao.GetDB(), storeID, model.VendorIDDD, "")
api := getAPI(storeDetail.VendorOrgCode, storeID, vendorStoreID)
if isCreate {
syncType = "创建商品"
for _, storeSku := range storeSkuList {