SELECT paid_at,num from orders where status=1 and paid_at > "2019-10-01 00:00:00" and staff_id=1 order by paid_at asc