`id`,`name`,`signature`,`content`,`createtime`,`status`,`minutes`,`model_id`,`type`,`tenant_id`
where 1 = 1
and `id` = #{id} and `name` = #{name} and `signature` = #{signature} and `content` = #{content} and `createtime` = #{createtime} and `status` = #{status} and `minutes` = #{minutes} and `model_id` = #{modelId} and `type` = #{type} and `tenant_id` = #{tenantId}
and id in
#{idItem}
order by ${sortColumns}