Commit 73b6d9e4 by 徐高华

群下线处理

parent 219e3eeb
...@@ -323,9 +323,6 @@ ...@@ -323,9 +323,6 @@
#{groupChatId} #{groupChatId}
</foreach> </foreach>
</if> </if>
<if test="null != hmAddStatus and 0!=hmAddStatus">
and a.hm_add_status = #{hmAddStatus}
</if>
<if test="null !=canUseFlag and 1==canUseFlag"> <if test="null !=canUseFlag and 1==canUseFlag">
and b.open_concat_flag = 1 and b.active_flag = 1 and b.status_flag = 1 and b.open_concat_flag = 1 and b.active_flag = 1 and b.status_flag = 1
</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