Browse Source

数据赋值

daiyueteng 6 năm trước cách đây
mục cha
commit
f3b13c3aee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      module_service/area_business_card_enter_or_leave.cpp

+ 1 - 1
module_service/area_business_card_enter_or_leave.cpp

@@ -25,7 +25,7 @@ void area_business_card_enter_or_leave::on_enter(const std::shared_ptr<area_hove
     auto ptr_temp = std::make_shared<enter_or_leave_data>();
     ptr_temp->m_enter_time_ms = area_hover_ptr->m_enter_time;
     ptr = ptr_temp;
- //   area_hover_ptr->m_data[area_business_type()] = ptr_temp;
+    area_hover_ptr->m_data[area_business_type()] = ptr_temp;
     save_his_area_location_enter(area_hover_ptr, card_ptr, ptr_temp->m_enter_time_ms);
 }