|
@@ -47,7 +47,7 @@ void area_business_card_enter_or_leave::on_enter(const std::shared_ptr<area_hove
|
|
|
,c->m_cid, c->m_type, c->m_id, a->id(), a->mapid(), start_time.c_str(),start_time.c_str(), p.x, p.y);
|
|
|
}
|
|
|
db_tool::PushAsync(sql);
|
|
|
- std_info("card:%d Enter Area:%d ",c->m_cid,a->id());
|
|
|
+ // std_info("card:%d Enter Area:%d ",c->m_cid,a->id());
|
|
|
}
|
|
|
|
|
|
void area_business_card_enter_or_leave::on_hover(const std::shared_ptr<area_hover>&a,
|
|
@@ -82,7 +82,7 @@ void area_business_card_enter_or_leave::on_leave(const std::shared_ptr<area_hove
|
|
|
,get_area_table_name(a),end_time.c_str(),ep.x,ep.y,start_time.c_str(),c->m_cid,a->id());
|
|
|
|
|
|
log_info("card_enter_leave:%s",sql);
|
|
|
- std_info("card:%d leave Area:%d ",c->m_cid,a->id());
|
|
|
+ //std_info("card:%d leave Area:%d ",c->m_cid,a->id());
|
|
|
db_tool::PushAsync(sql);
|
|
|
}
|
|
|
|