aaa
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user