You've already forked FrameTour-BE
fix(device): 移除未配置 deviceNo 时的被动存储查询
- 在 VptPassiveStorageOperator 和 WvpPassiveStorageOperator 中添加日志警告 - 返回空列表以避免使用未配置的 deviceNo 进行查询 - 移除 DeviceEntity 中的 no2 字段 - 更新 DeviceServiceImpl 中的缓存清除逻辑
This commit is contained in:
@@ -28,7 +28,6 @@ public class DeviceEntity {
|
||||
* 设备编号
|
||||
*/
|
||||
private String no;
|
||||
private String no2;
|
||||
/**
|
||||
* 经度
|
||||
*/
|
||||
|
Reference in New Issue
Block a user