fix: 订单列表不展示修复
This commit is contained in:
@@ -1012,6 +1012,7 @@ public class CartService {
|
|||||||
orderInfo.setTradeDay(DateUtils.getDay());
|
orderInfo.setTradeDay(DateUtils.getDay());
|
||||||
orderInfo.setUseType(eatTypeInfoDTO.getUseType());
|
orderInfo.setUseType(eatTypeInfoDTO.getUseType());
|
||||||
orderInfo.setCreatedAt(DateUtil.current());
|
orderInfo.setCreatedAt(DateUtil.current());
|
||||||
|
orderInfo.setOrderType("miniapp");
|
||||||
orderInfo.setProductCouponDiscountAmount(priceDTO.getProductDiscountAmount());
|
orderInfo.setProductCouponDiscountAmount(priceDTO.getProductDiscountAmount());
|
||||||
|
|
||||||
if (seatCart != null) {
|
if (seatCart != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user