This commit is contained in:
sjm 2023-12-27 14:17:04 +08:00
parent bad050fbff
commit 18dc16f4ce

View File

@ -88,7 +88,7 @@
<select id="selectByUrlid" parameterType="java.lang.Integer" resultMap="BaseResultMap"> <select id="selectByUrlid" parameterType="java.lang.Integer" resultMap="BaseResultMap">
select select
<include refid="Base_Column_List" /> qr_url
from ln_collect_icon_list from ln_collect_icon_list
where url_id = #{url_id,jdbcType=INTEGER} where url_id = #{url_id,jdbcType=INTEGER}
</select> </select>