|
|
@ -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
|
|
|
|
}
|
|
|
|
}
|
|
|
|