This commit is contained in:
suyl
2021-04-27 17:12:31 +08:00
parent b65e808972
commit e58964633c

View File

@@ -160,5 +160,5 @@ func (s *UnionHandler) GetUnionMatterListRcmmd(ctx *jxcontext.Context, goodsID s
} }
list.GoodsList = goodsList list.GoodsList = goodsList
} }
return nil, err return list, err
} }