Commit fd482851 by 吴博

feat:[1026487] 小程序落地页

parent d5eb2b53
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
third.show_type showType third.show_type showType
FROM FROM
applet_third_resources_relation relation applet_third_resources_relation relation
LEFT JOIN applet_third_resources third ON relation.third_resources_id = third.id right JOIN applet_third_resources third ON relation.third_resources_id = third.id
LEFT JOIN biz_material bm ON third.id = bm.biz_id AND bm.biz_type = 1 LEFT JOIN biz_material bm ON third.id = bm.biz_id AND bm.biz_type = 1
where relation.from_id = #{newsId} where relation.from_id = #{newsId}
</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