添加根据微信名称获取群聊

This commit is contained in:
sh
2026-02-11 15:21:32 +08:00
parent 8b8a8edd3a
commit 5c99975120
2 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,9 @@
<if test="p.isPush != null">
and g.is_push = #{p.isPush}
</if>
<if test="p.wechatName != null and p.wechatName != '' ">
and u.wechat_name = #{p.wechatName}
</if>
</select>
</mapper>