Commit 79f3f5bb by 徐高华

朋友圈

parent 4f78ca68
...@@ -494,7 +494,7 @@ ...@@ -494,7 +494,7 @@
a.* a.*
from tab_haoban_wx_enterprise a from tab_haoban_wx_enterprise a
left join tab_haoban_wx_enterprise_related b on a.wx_enterprise_id = b.wx_enterprise_id left join tab_haoban_wx_enterprise_related 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 and a.wx_security_type > 0
group by a.wx_enterprise_id group by a.wx_enterprise_id
</select> </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