fix: 商品类型返回值
This commit is contained in:
@@ -261,7 +261,8 @@ public class PayService : ApplicationService, IPayService
|
||||
GoodsCategory = goodsType.GetGoodsCategory().ToString(),
|
||||
Remark = goodsType.GetRemark(),
|
||||
DiscountAmount = discountAmount,
|
||||
DiscountDescription = discountDescription
|
||||
DiscountDescription = discountDescription,
|
||||
GoodsType = goodsType
|
||||
};
|
||||
|
||||
goodsList.Add(goodsItem);
|
||||
|
||||
Reference in New Issue
Block a user