From c9e95ddbdb7d19e6fcc600cb51fd45066a7067f3 Mon Sep 17 00:00:00 2001 From: hujunpeng Date: Mon, 17 Mar 2025 14:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E5=AE=89=E6=8E=92SQL[selectE?= =?UTF-8?q?xamSchedule]=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ccic-exam/src/main/resources/mappers/ExamScheduleMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccic-exam/src/main/resources/mappers/ExamScheduleMapper.xml b/ccic-exam/src/main/resources/mappers/ExamScheduleMapper.xml index af9c94d..20152c8 100644 --- a/ccic-exam/src/main/resources/mappers/ExamScheduleMapper.xml +++ b/ccic-exam/src/main/resources/mappers/ExamScheduleMapper.xml @@ -27,10 +27,10 @@ info.is_deleted = 0 and paper.is_deleted = 0 - AND info.exam_name LIKE '%' + #{examName} + '%' + AND info.exam_name LIKE '%' || #{examName} || '%' - AND paper.paper_name LIKE '%' + #{paperName} + '%' + AND paper.paper_name LIKE '%' || #{paperName} || '%' AND ind.industry_id = #{regulatedIndustry}