后厨 权限
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
<select id="bookings" resultType="com.czg.account.entity.BkOrder">
|
||||
SELECT
|
||||
o.*, IFNULL(GROUP_CONCAT(DISTINCT t.name SEPARATOR '、'), '') AS tableInFos
|
||||
o.*, IFNULL(GROUP_CONCAT(DISTINCT t.table_name SEPARATOR '、'), '') AS tableInFos
|
||||
FROM bk_order o
|
||||
LEFT JOIN bk_order_table t ON t.book_order_id = o.id
|
||||
WHERE o.shop_id = #{shopId}
|
||||
|
||||
Reference in New Issue
Block a user