Commit 249563d8 by 徐高华

Merge branch 'feature/社群' into 'developer'

活码查询

See merge request !754
parents b338e0d0 2372cb02
......@@ -300,6 +300,9 @@
#{groupChatId}
</foreach>
</if>
<if test="null != chatHmId">
and a.chat_status in (0,1,2,3,4)
</if>
<if test="null != hmAddStatus and 0!=hmAddStatus">
and a.hm_add_status = #{hmAddStatus}
</if>
......
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