`id`,`name`,`country`,`province`,`city`,`addr`,`longitude`,`latitude`,`createtime`,`logurl`
where 1 = 1
and `id` = #{id} and `name` = #{name} and `country` = #{country} and `province` = #{province} and `city` = #{city} and `addr` = #{addr} and `longitude` = #{longitude} and `latitude` = #{latitude} and `createtime` = #{createtime} and `logurl` = #{logurl}
and id in
#{idItem}
order by ${sortColumns}