饿鲜达商品分类id增加,每日打款修改authid

This commit is contained in:
苏尹岚
2020-02-14 11:02:09 +08:00
parent 05f79bd146
commit 871151201e
4 changed files with 51 additions and 40 deletions

View File

@@ -335,6 +335,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)
}
if storeSku.DescImg != "" {
params["rtf"] = storeSku.DescImg