diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java b/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java index 629b88d..61f73a2 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/service/CartService.java @@ -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) {