|
@@ -227,8 +227,8 @@ class Api extends CatchController
|
|
|
|
|
|
//总数
|
|
|
$count= count($a);
|
|
|
- if((time()-$json_data["time"])<6){
|
|
|
- debug_log("clear_label", $item.':'. "标签上报间隔没有超过8秒进行跳过");
|
|
|
+ if((time()-$json_data["time"])<=7){
|
|
|
+ debug_log("clear_label", $item.':'. "标签上报间隔没有超过7秒进行跳过");
|
|
|
continue;
|
|
|
}
|
|
|
|