fix: 订单列表不展示修复

This commit is contained in:
张松
2024-11-08 09:45:14 +08:00
parent c8f96e85ef
commit 3eaf8990b1

View File

@@ -1012,6 +1012,7 @@ public class CartService {
orderInfo.setTradeDay(DateUtils.getDay());
orderInfo.setUseType(eatTypeInfoDTO.getUseType());
orderInfo.setCreatedAt(DateUtil.current());
orderInfo.setOrderType("miniapp");
orderInfo.setProductCouponDiscountAmount(priceDTO.getProductDiscountAmount());
if (seatCart != null) {