`id`,`phone`,`birthdate`,`education`,`sex`,`email`,`address`,`poins`,`tag_id`,`c_user_id`,`create_date`,`update_date`,`tenant_id`,`merchant_id`
where 1 = 1
and `id` = #{id}
and `phone` like concat('%', #{phone},'%')
and `birthdate` = #{birthdate}
and `education` like concat('%', #{education},'%')
and `sex` = #{sex}
and `email` like concat('%', #{email},'%')
and `address` like concat('%', #{address},'%')
and `poins` = #{poins}
and `tag_id` = #{tagId}
and `c_user_id` = #{cUserId}
and `create_date` = #{createDate}
and `update_date` = #{updateDate}
and `tenant_id` like concat('%', #{tenantId},'%')
and `merchant_id` = #{merchantId}
and id in
#{idItem}
order by ${sortColumns}