|
@@ -71,8 +71,8 @@ namespace YA
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
]
|
|
|
#endif
|
|
|
bool jsonBuilder::__BuildDetail( const _CARD_POS_ & CardPos, rapidjson::Document::AllocatorType& Allocator, rapidjson::Value & DetailItem )
|
|
@@ -97,12 +97,12 @@ namespace YA
|
|
|
Array.PushBack( tmp_object, Allocator );
|
|
|
|
|
|
|
|
|
- tmp_object.SetDouble( CardPos.enter_area_time );
|
|
|
- Array.PushBack( tmp_object, Allocator );
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+ tmp_object.SetDouble( CardPos.rec_time );
|
|
|
+ Array.PushBack( tmp_object, Allocator );
|
|
|
|
|
|
|
|
|
tmp_object.SetDouble( CardPos.work_time );
|