From 79e467579826d91bee34d1d33ba6e1c2e22925de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Mon, 23 Sep 2024 17:33:10 +0800 Subject: [PATCH] =?UTF-8?q?9.23=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/cms/HitCompetitionStudentInfoMapper.xml | 2 +- .../src/main/resources/mapper/cms/HitRegInfoMapper.xml | 2 +- ruoyi-ui/src/views/officialWebsite/competition.vue | 4 ++-- ruoyi-ui/src/views/officialWebsite/contact.vue | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-admin/src/main/resources/mapper/cms/HitCompetitionStudentInfoMapper.xml b/ruoyi-admin/src/main/resources/mapper/cms/HitCompetitionStudentInfoMapper.xml index 95b5dfc..05ba06a 100644 --- a/ruoyi-admin/src/main/resources/mapper/cms/HitCompetitionStudentInfoMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/cms/HitCompetitionStudentInfoMapper.xml @@ -38,7 +38,7 @@ and hit_reg_id = #{hitRegId} and stu_name like concat('%', #{stuName}, '%') - and school_name like concat('%', #{schoolName}, '%') + and school_name = #{schoolName} and college_name like concat('%', #{collegeName}, '%') and major = #{major} and division = #{division} diff --git a/ruoyi-admin/src/main/resources/mapper/cms/HitRegInfoMapper.xml b/ruoyi-admin/src/main/resources/mapper/cms/HitRegInfoMapper.xml index bc5cdaf..01b18ef 100644 --- a/ruoyi-admin/src/main/resources/mapper/cms/HitRegInfoMapper.xml +++ b/ruoyi-admin/src/main/resources/mapper/cms/HitRegInfoMapper.xml @@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"