Commit 3ff7c0a3 by zhiwj

修改链接bug

parent 5f785425
......@@ -266,7 +266,6 @@
from tab_link t1 left join tab_link_scene t2 on t1.link_id = t2.link_id
where (t1.enterprise_type = 1 or (t1.enterprise_type = 2 and t2.enterprise_id = #{enterpriseId} and t2.status = 1 ))
and t1.status = 1
and t2.status = 1
<if test="objectType != null ">
<if test="objectType == 1">
and h5_content is not null
......
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