This commit is contained in:
2025-01-14 11:26:37 +08:00
parent 02548a3028
commit f2f7fa22c9
10 changed files with 129 additions and 73 deletions

View File

@ -115,4 +115,9 @@
from template
where id = #{id}
</select>
<select id="listEnabled" resultType="com.ycwl.basic.model.pc.template.entity.TemplateEntity">
select *
from template
where status = 1 and pid = 0
</select>
</mapper>