字段错误

This commit is contained in:
2025-10-22 15:18:08 +08:00
parent e239ecf6d7
commit 6f9bcb7f2d

View File

@@ -11,7 +11,7 @@
AND (
(use_shop_type = 'all')
OR (use_shop_type = 'only' AND #{shopId} = shop_id)
OR (use_shop_type = 'custom' AND (shop_id = #{shopId} OR ( FIND_IN_SET( #{shopId}, use_shops ) > 0 ))))
OR (use_shop_type = 'custom' AND (shop_id = #{shopId} OR FIND_IN_SET(#{shopId}, use_shops) > 0))
)
AND is_del = 0
AND status = 2