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