fix: 商品类型返回值

This commit is contained in:
ccnetcore
2025-10-15 23:00:42 +08:00
parent b7a3e76d0b
commit acb2db8397
2 changed files with 10 additions and 5 deletions

View File

@@ -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);