finance
黄伟 2 years ago
parent 36901c58f2
commit 4b7686fd63

@ -98,6 +98,6 @@ func (b *brand) Export(ctx context.Context, name string) (result []BrandItem, er
if err != nil { if err != nil {
return return
} }
err = xClient.Call(ctx, "FindByIds", name, &result) err = xClient.Call(ctx, "Export", name, &result)
return return
} }

Loading…
Cancel
Save