Commit 435dacd3 by 徐高华

链接

parent 7e65915a
......@@ -87,9 +87,9 @@
<select id="listByLinkId" resultType="com.gic.haoban.manage.api.dto.hm.HmLinkChatDTO">
select
link_chat_id hmChatId ,
filter_json filter_json ,
chat_hm_id chat_hm_id,
link_chat_id linkChatId ,
filter_json filterJson ,
chat_hm_id chatHmId,
member_type memberType
from tab_haoban_hm_link_chat where link_id = #{linkId} and wx_enterprise_id = #{wxEnterpriseId} and enterprise_id = #{enterpriseId}
</select>
......
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