Commit bb68bd15 by 徐高华

客户联系标识bug

parent f867f4f7
...@@ -512,7 +512,6 @@ ...@@ -512,7 +512,6 @@
from tab_haoban_wx_enterprise_related a from tab_haoban_wx_enterprise_related a
left join tab_haoban_wx_enterprise b on a.wx_enterprise_id = b.wx_enterprise_id left join tab_haoban_wx_enterprise b on a.wx_enterprise_id = b.wx_enterprise_id
where a.status_flag = 1 and b.status_flag = 1 where a.status_flag = 1 and b.status_flag = 1
group by a.enterprise_id
</select> </select>
<select id="queryWxEnterpriseByEnterpriseId" resultType="java.lang.String"> <select id="queryWxEnterpriseByEnterpriseId" resultType="java.lang.String">
......
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