Commit b70ee3bb by 徐高华

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

活码

See merge request !749
parents 9a83be7e adb5db1c
......@@ -82,7 +82,7 @@
<select id="listByChatHmIdIncludeOff" resultMap="result-map-tabHaobanGroupChatHmRelation">
select
<include refid="Base_Column_List" />
from tab_haoban_group_chat_hm_relation where chat_hm_id = #{chatHmId} and ((delete_flag = 0 and status_flag = 1) or (status_flag = 0 and delete_flag = 1))
from tab_haoban_group_chat_hm_relation where chat_hm_id = #{chatHmId} and ((delete_flag = 0 and status_flag = 1) or (status_flag = 2 and delete_flag = 1))
</select>
<select id="listChatHmId" resultType="long">
......
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