This commit is contained in:
2025-02-10 19:25:25 +08:00
parent ea3ce510d8
commit a6157ddad8
11 changed files with 136 additions and 13 deletions

View File

@@ -113,6 +113,7 @@
select t.id
from template t
where t.scenic_id = #{scenicId} and t.pid = 0 and t.status = 1
order by sort
</select>
<select id="get" resultType="com.ycwl.basic.model.pc.template.entity.TemplateEntity">
select *