台桌 用餐人数

This commit is contained in:
2025-11-28 14:03:25 +08:00
parent 0b0e3ebba3
commit 44159715ac
3 changed files with 6 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
`area`.`name` as area_name,
`table`.id as table_id,
`table`.`name` as table_name,
`table`.`max_capacity` as table_user_num,
`order`.call_phone,
`order`.call_username,
`order`.booking_phone,
@@ -54,6 +55,7 @@
<!-- 桌台级别映射 -->
<id property="tableId" column="table_id"/>
<result property="tableName" column="table_name"/>
<result property="tableUserNum" column="table_user_num"/>
<!-- 嵌套集合:订单列表 -->
<collection property="bkOrders" ofType="com.czg.account.vo.BkTableVO$BkOrder">