update了UrlCheck工具类

This commit is contained in:
sjm
2023-12-23 15:34:05 +08:00
parent 32ec34633c
commit 1b4bf28371
11 changed files with 100 additions and 25 deletions

View File

@@ -97,10 +97,11 @@
</update>
<select id="selectByAllBanners" parameterType="java.lang.Integer" resultMap="BaseResultMap">
<select id="selectAllBanners" parameterType="java.lang.Integer" resultMap="BaseResultMap">
select
*
from ln_banners
where banner_status = 0;
</select>
</mapper>