src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -42,6 +42,9 @@ <if test="user.realName!=null and user.realName != ''"> and real_name like concat('%',#{user.realName},'%') </if> <if test="user.name!=null and user.name != ''"> and name like concat('%',#{user.name},'%') </if> <if test="user.userType!=null and user.userType != ''"> and user_type = #{user.userType} </if>