饿百商品准备时长

This commit is contained in:
苏尹岚
2020-06-15 11:09:25 +08:00
parent 5744da45d1
commit eb53afe20b
4 changed files with 22 additions and 18 deletions

View File

@@ -340,8 +340,9 @@ func genSkuParamsFromStoreSkuInfo2(storeSku *dao.StoreSkuSyncInfo, isCreate, isE
// "category_id": utils.Str2Int64(storeSku.VendorCatID),
"predict_cat": 0, // 不使用推荐类目
// "cat3_id": getEbaiCat(storeSku.VendorVendorCatID),
"weight": storeSku.Weight,
"photos": photos,
"weight": storeSku.Weight,
"photos": photos,
"preparation_time": storeSku.PreparationTime,
}
if !isExd {
params["category_id"] = utils.Str2Int64(storeSku.VendorCatID)