|
@@ -378,7 +378,7 @@ void card_list::on_message(zloop<task*> *loop, message_locinfo&loc,bool is_histo
|
|
|
loc.m_site_id,loc.m_ant_id,loc.m_card_type,loc.m_card_id,loc.m_card_ct,loc.m_tof,dist_tof,
|
|
|
(loc.m_card_type==1?loc.m_callinfo:loc.m_rav),
|
|
|
loc.m_acc,loc.m_rssi,loc.m_batty_status,loc.m_time_stamp);
|
|
|
- if(loc.m_card_type != CT_PERSON && CYaSetting::m_sys_setting.test_rav(loc.m_card_type,loc.m_card_id))
|
|
|
+ if(loc.m_card_type != CT_PERSON && CYaSetting::m_sys_setting.check_rav(loc.m_card_type,loc.m_card_id))
|
|
|
loc.set_rav(0);
|
|
|
|
|
|
c->on_message(loop,loc,is_history);
|