src/main/resources/mapper/sys/OperateMapper.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="type != null"> and a.type = #{type} @@ -25,7 +25,7 @@ <where> 1 = 1 <if test="uname != null"> and b.uname like #{uname} and upper(b.uname) like #{uname} </if> <if test="type != null"> and a.type = #{type}