京东商城牛肉分类热卖时间增加

This commit is contained in:
苏尹岚
2020-06-02 14:44:16 +08:00
parent 5a60d813ee
commit cb51f0436c

View File

@@ -608,7 +608,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
values2, _, err2 := api.JdShopAPI.FindValuesByAttrId(150390)
err = err2
for _, v := range values2 {
if v.Name == "其" {
if v.Name == "其" {
exValueID = v.ID
}
}