添加根据微信名称获取群聊
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user