This commit is contained in:
2025-01-02 19:42:30 +08:00
parent 297c94110b
commit f5626621f0
18 changed files with 136 additions and 89 deletions

View File

@@ -16,7 +16,7 @@
</select>
<select id="selectBannerPage" resultType="com.sqx.modules.banner.entity.Banner">
<select id="selectBanner" resultType="com.sqx.modules.banner.entity.Banner">
select * from banner
where classify=#{classify}
order by `sort` desc