/// <summary>
 /// 删除存储推送失败人员的临时表
 /// </summary>
 public void DropNotExistPersonTable()
 {
     _dl.DropNotExistPersonTable();
 }