SQl.Add('Where person_num=:Num and Bk_date=:B_date');
改为
SQl.Add('Where person_num=:Num and Bk_date is null');