修改 数据接口

This commit is contained in:
haozq 2024-06-13 10:50:00 +08:00
parent 83a5cc2957
commit 213e485098
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -201,7 +201,7 @@ public class BdServiceImpl {
//获取全部key //获取全部key
Set<String> keys=data.keySet(); Set<String> keys=data.keySet();
String finalIsWarn = isWarn; String finalIsWarn = isWarn;
AtomicReference<String> msg=null; AtomicReference<String> msg=new AtomicReference<String>();
keys.forEach(key->{ keys.forEach(key->{
//查询系统的id //查询系统的id
SelectDataVo selectDataVo=mapper.getBdDeviceDetailByIdCode(id,key); SelectDataVo selectDataVo=mapper.getBdDeviceDetailByIdCode(id,key);