`id`,`config_item_key`,`config_item_remark`,`create_date`,`update_date`,`is_hide`,`status`
where 1 = 1
and `id` = #{id}
and `config_item_key` = #{configItemKey}
and `is_hide` = #{isHide}
and `status` = #{status}
and id in
#{idItem}
order by ${sortColumns}