`id`,`type`,`domain_url`,`version`,`template_info`,`create_date`,`update_date`
where 1 = 1
and `id` = #{id}
and `type` = #{type}
and `deploy` = #{deploy}
and `create_date` = #{createDate}
and `update_date` = #{updateDate}
and id in
#{idItem}
order by ${sortColumns}