This commit is contained in:
苏尹岚
2020-04-23 09:36:57 +08:00
parent ed5b49832a
commit a8d0f64823

View File

@@ -2209,7 +2209,7 @@ func RefreshJdDepot(ctx *jxcontext.Context) (err error) {
} }
if len(thingMaps) > 0 { if len(thingMaps) > 0 {
for _, v := range thingMaps { for _, v := range thingMaps {
_, err = api.JdAPI.RefreshJdDepot(int(v.ThingID)) _, err = api.JdAPI.RefreshJdDepot(int(v.VendorThingID))
} }
} }
return err return err