From b028f37e4899fad7b145896f50bbfac1399c9baf Mon Sep 17 00:00:00 2001 From: sjm <2431685932@qq.com> Date: Wed, 27 Dec 2023 14:41:35 +0800 Subject: [PATCH] qrc --- src/main/resources/mybatis/CollectIconListDao.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/CollectIconListDao.xml b/src/main/resources/mybatis/CollectIconListDao.xml index 4c3003d..d7d0574 100644 --- a/src/main/resources/mybatis/CollectIconListDao.xml +++ b/src/main/resources/mybatis/CollectIconListDao.xml @@ -8,6 +8,11 @@ + + + + + id, url_id, icon_url, qr_url, `status` @@ -86,9 +91,9 @@ where id = #{id,jdbcType=BIGINT} - select - qr_url + qr_rul from ln_collect_icon_list where url_id = #{url_id,jdbcType=INTEGER}