You've already forked FrameTour-BE
逻辑修改
This commit is contained in:
@@ -92,10 +92,10 @@
|
||||
<select id="getConfig" resultType="com.ycwl.basic.model.pc.template.entity.TemplateConfigEntity">
|
||||
select * from template_config where template_id = #{templateId}
|
||||
</select>
|
||||
<select id="listByScenicId" resultType="com.ycwl.basic.model.pc.template.entity.TemplateEntity">
|
||||
<select id="listEnabledByScenicId" resultType="com.ycwl.basic.model.pc.template.entity.TemplateEntity">
|
||||
select *
|
||||
from template
|
||||
where scenic_id = #{scenicId} and pid = 0
|
||||
where scenic_id = #{scenicId} and pid = 0 and status = 1
|
||||
</select>
|
||||
<select id="listFor" resultType="com.ycwl.basic.model.mobile.scenic.content.ContentPageVO">
|
||||
select t.id templateId, t.scenic_id, s.name as scenic_name, t.`name`, pid, t.cover_url templateCoverUrl,
|
||||
|
Reference in New Issue
Block a user