From 388d0b68f05515494c6f65af2792eaa6d0ddf136 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Sat, 27 Sep 2025 23:54:17 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E7=94=B5=E5=95=86=E5=8D=96?= =?UTF-8?q?=E5=AE=B6=E8=B4=A6=E5=8F=B7=E7=B3=BB=E7=BB=9F=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=88=97=E8=A1=A8bug=E4=BF=AE=E5=A4=8D=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xkt/src/main/resources/mapper/UserNoticeMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkt/src/main/resources/mapper/UserNoticeMapper.xml b/xkt/src/main/resources/mapper/UserNoticeMapper.xml index 1b6a714c8..b0c9591f2 100644 --- a/xkt/src/main/resources/mapper/UserNoticeMapper.xml +++ b/xkt/src/main/resources/mapper/UserNoticeMapper.xml @@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND n.notice_title LIKE concat('%', #{noticeTitle}, '%') - AND n.notice_type + AND n.notice_type = #{noticeType} AND un.user_id = #{userId} ORDER BY