You've already forked FrameTour-BE
乱七八糟的修改,其他外围流程逻辑完善
This commit is contained in:
@@ -91,4 +91,9 @@
|
||||
<select id="getConfig" resultType="com.ycwl.basic.model.pc.template.entity.TemplateConfigEntity">
|
||||
select * from template_config where template_id = #{templateId}
|
||||
</select>
|
||||
</mapper>
|
||||
<select id="listByScenicId" resultType="com.ycwl.basic.model.pc.template.entity.TemplateEntity">
|
||||
select *
|
||||
from template
|
||||
where scenic_id = #{scenicId} and pid = 0
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user