finance
黄伟 2 years ago
parent c4a8e9ca71
commit ac1375ffa8

@ -87,7 +87,7 @@ type ArgsBySKuIds struct {
// FindBySkuIds @Title 根据SkuId查询数据 // FindBySkuIds @Title 根据SkuId查询数据
func (i *item) FindBySkuIds(ctx context.Context, args ArgsBySKuIds) (reply []SkuItem, err error) { func (i *item) FindBySkuIds(ctx context.Context, args ArgsBySKuIds) (reply []SkuItem, err error) {
xClient, err := client.GetClient(s) xClient, err := client.GetClient(i)
if err != nil { if err != nil {
return nil, err return nil, err
} }

Loading…
Cancel
Save