src/main/resources/mapper/sys/DownlogMapper.xml
@@ -7,7 +7,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 c.type = #{type} @@ -27,7 +27,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 c.type = #{type}