商品分类
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user