t.is_del=0
and t.id like concat('%', #{u.id}, '%')
and t.username like concat('%', #{u.username}, '%')
and t.nickname like concat('%', #{u.nickname}, '%')
and t.enabled = #{u.enabled}
and t.type = #{u.type}
and t.id like concat('%', #{u.searchValue}, '%')
and t.username like concat('%', #{u.searchValue}, '%')
and t.nickname like concat('%', #{u.searchValue}, '%')
and t.mobile like concat('%', #{u.searchValue}, '%')
and t.id like concat('%', #{u.id}, '%')
and t.username = #{u.username}
and t.nickname like concat('%', #{u.nickname}, '%')
and t.enabled = #{u.enabled}
and t.type = #{u.type}
and t.id like concat('%', #{u.searchValue}, '%')
and t.username like concat('%', #{u.searchValue}, '%')
and t.nickname like concat('%', #{u.searchValue}, '%')
and t.mobile like concat('%', #{u.searchValue}, '%')