饿百同步修改测试

This commit is contained in:
苏尹岚
2020-02-18 15:19:47 +08:00
parent 86401f551b
commit dbd69213be

View File

@@ -345,7 +345,7 @@ func genSkuParamsFromStoreSkuInfo2(storeSku *dao.StoreSkuSyncInfo, isCreate, isE
params["upc"] = storeSku.Upc
params["name"] = storeSku.Name
params["cat3_id"] = storeSku.ExdCategoryThirdID
params["category_id"] = utils.Str2Int64(storeSku.VendorCatID)
params["category_id"] = utils.Str2Int64WithDefault(storeSku.VendorCatID, 0)
}
if storeSku.DescImg != "" {
params["rtf"] = storeSku.DescImg