|
@@ -155,8 +155,8 @@ void person::on_timer()
|
|
|
//进入盲区超过2h的卡
|
|
|
void person::print_card_detained()
|
|
|
{
|
|
|
- const static point p(4677,-193.7);
|
|
|
- const static double limit_dist=45.0;
|
|
|
+ const point p(4677,-193.7);
|
|
|
+ const double limit_dist=45.0;
|
|
|
int h=tool_time::get_hour();
|
|
|
uint64_t _now=tool_time::now_to_ms();
|
|
|
uint64_t work_time=m_mine_tool->get_work_time();
|