订单详情返回菜品备注信息

This commit is contained in:
2024-09-26 15:50:43 +08:00
parent e30a5e21b3
commit 282bdb0292
2 changed files with 1 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ public class TbOrderDetail implements Serializable {
private Integer cartId;
private Integer placeNum;
private String useType;
private String note;
private static final long serialVersionUID = 1L;
}

View File

@@ -451,7 +451,6 @@ public class OrderService {
public Object orderDetail(Integer orderId) {
TbOrderInfo orderInfo = mpOrderInfoMapper.selectOne(new LambdaQueryWrapper<TbOrderInfo>()
.eq(TbOrderInfo::getId, orderId));