Commit 30d918c5 by 徐高华

社群sql bug

parent fce368a6
......@@ -93,7 +93,7 @@
and c.staff_name like #{searchParams}
</if>
<if test="null !=chatName and '' !=chatName">
and (d.name like #{chatName} or d.wx_chat_id like #{wxChatId}
and ( d.name like #{chatName} or d.wx_chat_id like #{wxChatId} )
</if>
<if test="null !=sendStatus">
<if test="sendStatus==30">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment