Commit 2372cb02 by 徐高华

活码查询

parent 20f0105f
...@@ -300,6 +300,9 @@ ...@@ -300,6 +300,9 @@
#{groupChatId} #{groupChatId}
</foreach> </foreach>
</if> </if>
<if test="null != chatHmId">
and a.chat_status in (0,1,2,3,4)
</if>
<if test="null != hmAddStatus and 0!=hmAddStatus"> <if test="null != hmAddStatus and 0!=hmAddStatus">
and a.hm_add_status = #{hmAddStatus} and a.hm_add_status = #{hmAddStatus}
</if> </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