后厨 权限

This commit is contained in:
2025-11-27 18:31:54 +08:00
parent 661a13c29d
commit 92a12430ed
4 changed files with 6 additions and 6 deletions

View File

@@ -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}