Compare commits
2 Commits
cc9a84e30d
...
27704bf227
| Author | SHA1 | Date | |
|---|---|---|---|
| 27704bf227 | |||
| 6ff40b61d7 |
@@ -179,8 +179,8 @@ public class BeaconDetectionRuleProcessor {
|
||||
log.info("[BeaconDetection] 离开确认:deviceId={}, areaId={}, window={}",
|
||||
deviceId, areaId, window);
|
||||
|
||||
// 清除本地到岗状态,恢复OUT_AREA
|
||||
arrivedTimeRedisDAO.clearArrivedTime(deviceId, areaId);
|
||||
// 注意:离岗警告阶段不清除arrivedTime,保持IN_AREA状态
|
||||
// arrivedTime在工单完成时由SignalLossRuleProcessor.cleanupRedisData清除
|
||||
|
||||
// P0 插队校验:检查当前工单是否属于正在检查的区域
|
||||
if (isSwitchingOrder(deviceId, areaId)) {
|
||||
|
||||
Reference in New Issue
Block a user