Compare commits

...

2 Commits

Author SHA1 Message Date
磷叶
0bb922ddc1 Merge remote-tracking branch 'origin/deploy' into wjh 2025-05-30 13:39:17 +08:00
磷叶
856eea48f6 debug:强制锁车 2025-05-30 12:03:14 +08:00

View File

@ -75,7 +75,7 @@ public enum DeviceStatus {
// 允许强制锁车的状态
public static List<String> canQLock() {
return canAdminLock();
return CollectionUtils.map(DeviceStatus::getCode, IN_USE, Q_LOCKED);
}
// 不允许处理定位BUG的设备状态