Browse Source

注释掉三率工时利用率

daiyueteng 6 years ago
parent
commit
a83763a665
1 changed files with 2 additions and 2 deletions
  1. 2 2
      card_car.cpp

+ 2 - 2
card_car.cpp

@@ -70,8 +70,8 @@ void car::handle_three_rates(const point &pt)
 	cp.biz_stat = m_biz_stat;
 	cp.x=pt.x;cp.y=pt.y;cp.z=pt.z;	
 	const auto lm = m_area_tool->getLandmark();
-	cp.enter_time = std::get<0>(lm)*1000;
-	cp.area_id = std::get<3>(lm);
+//	cp.enter_time = std::get<0>(lm)*1000;
+//	cp.area_id = std::get<3>(lm);
 	cp.map_id = std::get<2>(lm);
 	cp.vibration=m_acc;
 	put_three_rates(cp);