|
@@ -228,7 +228,7 @@ class Api extends CatchController
|
|
|
|
|
|
if($count<5){
|
|
|
|
|
|
- if($count>3){
|
|
|
+ if($count>2){
|
|
|
debug_log("clear_label", $item.':'. "标签信号个数等于超过4个,参与计算");
|
|
|
$frist=$a[0]['dirt'];
|
|
|
$end=$a[$count-1]['dirt'];
|
|
@@ -340,7 +340,6 @@ class Api extends CatchController
|
|
|
|
|
|
}
|
|
|
//二次进出
|
|
|
-
|
|
|
debug_log("clear_label", $item.':'. "最后一个信号,方向没有变化,清除缓存数据");
|
|
|
|
|
|
}
|