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">