Commit 851bff16 by 徐高华

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

sql

See merge request !508
parents 503d7807 08689b9f
......@@ -155,9 +155,9 @@
<select id="selectByWxChatId" resultMap="result-map-tabHaobanGroupChat">
select
<include refid="Base_Column_List" />
FROM tab_haoban_group_chat WHERE wx_chat_id = #{wxChatId} and
wx_enterprise_id = #{wxEnterpriseId}
delete_flag = 0
FROM tab_haoban_group_chat WHERE wx_chat_id = #{wxChatId}
and wx_enterprise_id = #{wxEnterpriseId}
and delete_flag = 0
</select>
<select id="listAll"
......
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