台桌 用餐人数
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user