From 8ab1c69243e84ab283189621f89e808d6a83f588 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 20 三月 2023 17:26:23 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapper/show/ApplyMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/show/ApplyMapper.xml b/src/main/resources/mapper/show/ApplyMapper.xml
index 5ea910f..acf4a06 100644
--- a/src/main/resources/mapper/show/ApplyMapper.xml
+++ b/src/main/resources/mapper/show/ApplyMapper.xml
@@ -6,7 +6,7 @@
         <where>
             1 = 1
             <if test="uname != null">
-                and b.uname like #{uname}
+                and upper(b.uname) like #{uname}
             </if>
             <if test="status != null">
                 <if test="status == 0">
@@ -31,7 +31,7 @@
         <where>
             1 = 1
             <if test="uname != null">
-                and b.uname like #{uname}
+                and upper(b.uname) like #{uname}
             </if>
             <if test="status != null">
                 <if test="status == 0">

--
Gitblit v1.9.3