|
@@ -125,11 +125,6 @@ void area_business_person_attendance::handle_up_mine(sio::message::ptr const& da
|
|
|
void area_business_person_attendance::_to_json_card_up_one(std::shared_ptr<card_location_base> card_ptr,
|
|
|
rapidjson::Value& out_datas, rapidjson::Document::AllocatorType& allocator)
|
|
|
{
|
|
|
- if(!card_ptr->m_display)
|
|
|
- {
|
|
|
- return;
|
|
|
- }
|
|
|
-
|
|
|
auto mine_tool_ptr = card_ptr->get_mine_tool();
|
|
|
|
|
|
rapidjson::Value data(rapidjson::kArrayType);
|