Commit 08689b9f by 徐高华

sql

parent 260d58bd
......@@ -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