`id`,`tenant_id`,`component_appid`,`component_verify_ticket`,`create_time`,`deadline` where 1 = 1 and `id` = #{id} and `tenant_id` like concat('%', #{tenantId},'%') and `component_appid` like concat('%', #{componentAppid},'%') and `component_verify_ticket` like concat('%', #{componentVerifyTicket},'%') and `create_time` = #{createTime} and `deadline` = #{deadline} and id in #{idItem} order by ${sortColumns}