Merge branch 'master' of git.oa00.com:supply-chain/service

finance
黄伟 2 years ago
commit b05c1cb9d9

@ -178,7 +178,7 @@ type ReplyByIdItem struct {
} }
// FindBySkuIds @Title 根据商品Ids获取商品信息 // FindBySkuIds @Title 根据商品Ids获取商品信息
func (g *goods) FindBySkuIds(ctx context.Context, goodsIds []uint) (reply []AdoptItem, err error) { func (g *goods) FindBySkuIds(ctx context.Context, goodsIds []uint) (reply []ReplyByIdItem, err error) {
xClient, err := client.GetClient(g) xClient, err := client.GetClient(g)
if err != nil { if err != nil {
return nil, err return nil, err

Loading…
Cancel
Save