src/main/resources/mapper/sys/RoleMapper.xml
@@ -6,7 +6,7 @@ <where> 1=1 <if test="name != null"> and a.name like #{name} and upper(a.name) like #{name} </if> <if test="depid != null"> and a.depid = #{depid} @@ -20,7 +20,7 @@ <where> 1=1 <if test="name != null"> and a.name like #{name} and upper(a.name) like #{name} </if> <if test="depid != null"> and a.depid = #{depid}