diff --git a/bonus-modules/bonus-system/src/main/resources/mapper/att/WechatPushMapper.xml b/bonus-modules/bonus-system/src/main/resources/mapper/att/WechatPushMapper.xml index 551e32c..3900332 100644 --- a/bonus-modules/bonus-system/src/main/resources/mapper/att/WechatPushMapper.xml +++ b/bonus-modules/bonus-system/src/main/resources/mapper/att/WechatPushMapper.xml @@ -194,7 +194,7 @@ LEFT JOIN att_group_setting agt on agt.group_id = ag.group_id and agt.is_active = '1' WHERE - su.user_name = #{userName} + su.user_name = #{userName} and suo.org_id is not null LIMIT 1