mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-19 01:15:54 +08:00
2022年5月24日19:20:31 修复查询设备日志和检测数据报错问题
This commit is contained in:
@@ -49,6 +49,9 @@ public class TdengineLogServiceImpl implements ILogService {
|
||||
|
||||
@Override
|
||||
public List<MonitorModel> selectMonitorList(DeviceLog deviceLog) {
|
||||
if(deviceLog.getIdentity()!=null){
|
||||
deviceLog.setIdentity("%"+deviceLog.getIdentity()+"%");
|
||||
}
|
||||
return tdDeviceLogDAO.selectMonitorList(dbName,deviceLog);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user