|
@@ -64,6 +64,7 @@ void card_location_base::on_message(zloop<task*> * loop,const message_locinfo&lo
|
|
|
|
|
|
if(site_ptr->is_up_site())
|
|
|
{
|
|
|
+ log_info("%d被井上分站[%d]收到",m_id,site_ptr->id());
|
|
|
auto area_tool=get_area_tool();
|
|
|
area_tool->set(site_ptr);
|
|
|
area_tool->on_point(shared_from_this(),point(1,1));
|