This commit is contained in:
苏尹岚
2020-04-23 09:38:09 +08:00
parent 714f235e56
commit 29f1bac104

View File

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