字段错误
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user