<iftest="userIdName != null "> and us.nick_name like concat('%', #{userIdName}, '%')</if>
<iftest="feeName != null and feeName != ''"> and bor.fee_name like concat('%', #{feeName}, '%')</if>
<iftest="registrationBeginDate != null and registrationEndDate != null">and bor.registration_date between #{registrationBeginDate} and #{registrationEndDate}</if>