src/main/resources/mapper/UserMapper.xml
@@ -331,7 +331,7 @@ <where> and deleted=0 <if test="userName != null and userName != ''"> and user_name like concat('%',#{userName},'%') and real_name like concat('%',#{userName},'%') </if> <if test="role != null "> and role= #{role}