src/main/java/com/gk/hotwork/Mapper/mybatis/UserInfoMapper.xml
@@ -263,7 +263,7 @@ and user.realname like concat ('%',#{record.realname,jdbcType=VARCHAR},'%') </if> <if test="record.company != null and record.company !=''"> and user.company like concat ('%',#{record.company,jdbcType=VARCHAR},'%') and user.company like concat ('%',#{record.company},'%') </if> <if test="record.job != null and record.job !=''"> and user.job like concat ('%',#{record.job,jdbcType=VARCHAR},'%')