商品分类

This commit is contained in:
苏尹岚
2020-05-22 14:44:55 +08:00
parent 50572269d4
commit 6f3c970611

View File

@@ -371,7 +371,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
images []*jdshopapi.CreateSkuParamImages
vendorCatID int
)
if storeSku.VendorCatID == "" {
if storeSku.VendorCatID == "0" {
fmt.Println("testCat", storeSku.VendorCatID)
resultCat, _ := api.JdShopAPI.FindShopCategories()
for _, v := range resultCat {