`id`,`open_user_id`,`phone`,`birthdate`,`gender`,
`address`,`create_date`,`update_date`,
`final_tenant_id`,`tenant_id`,`parent_tenant_id`,`user_name`
where `final_tenant_id` = #{finalTenantId}
and `id` = #{id}
and `phone` like concat('%', #{phone},'%')
and `birthdate` = #{birthdate}
and `gender` = #{gender}
and `address` like concat('%', #{address},'%')
and `user_name` like concat('%', #{userName},'%')
and `create_date` between #{startTime} and #{endTime}
and id in
#{idItem}
order by ${sortColumns}