订单详情保存cartId
This commit is contained in:
@@ -772,7 +772,7 @@ public class CartService {
|
||||
}
|
||||
orderDetail.setUseType(shopEatTypeInfoDTO.getUseType());
|
||||
if (orderDetail.getPlaceNum() == null) {
|
||||
orderDetail.setPlaceNum(cart.getPlaceNum());
|
||||
orderDetail.setPlaceNum(currentPlaceNum);
|
||||
}
|
||||
|
||||
// 设置下单次数
|
||||
|
||||
Reference in New Issue
Block a user