(select ztod.identity_card from zdy_ticket_order_detail ztod left join zdy_ticket_order_detail_child ztodc on ztod.id = ztodc.order_detail_id left join zdy_ticket_order_item ztoi on ztod.order_item_id = ztoi.id where ztod.del_flag = 0 and ztod.payment_type = 200 and ztod.identity_card is not null and (ztod.verification_time is not null or ztodc.verification_time is not null) ${params.dataScope} group by ztod.identity_card) t