|
@@ -99,6 +99,7 @@ void card_location_base::make_his_location(uint64_t t,const point & pt,bool bclo
|
|
|
site_id=site_ptr->m_id;
|
|
|
}
|
|
|
|
|
|
+ log_info("make_his_location: card_id: %d,map_id: %d,area_id: %d,site_id: %d",m_id,map_id,area_id,site_id);
|
|
|
m_his_location_card->push(t,pt,area_id,map_id,site_id,bclose);
|
|
|
}
|
|
|
|
|
@@ -235,6 +236,7 @@ int card_location_base::get_stat()
|
|
|
log_info("card_lost:%03d%010d,[%lu-%lu]tlost:%lu---%s",m_type,m_id,now,m_time,tlost,tlost>CARD_LOST_TIME_OUT?"True":"False");
|
|
|
if(tlost>CARD_LOST_TIME_OUT)
|
|
|
{
|
|
|
+ // 人卡盲区: 当人卡丢失信号大于60s,判定人卡进入盲区
|
|
|
return STATUS_LOST;
|
|
|
}
|
|
|
else if(auto ev_ptr = event_list::instance()->get_event_card(m_id, m_type, ET_CARD_HELP))
|