This commit is contained in:
suyl
2021-05-11 14:11:41 +08:00
parent 2bc920719c
commit 1bf6ed058e

View File

@@ -141,7 +141,7 @@ func (s *UnionHandler) GetUnionMatterList(ctx *jxcontext.Context, vendorCatID, k
}
list.GoodsList = goodsList
}
return nil, err
return list, err
}
func (s *UnionHandler) GetUnionMatterDetail(ctx *jxcontext.Context, goodsID string) (result *partner.GoodsDetail, err error) {