修改 数据接口
This commit is contained in:
parent
83a5cc2957
commit
213e485098
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -201,7 +201,7 @@ public class BdServiceImpl {
|
|||
//获取全部key
|
||||
Set<String> keys=data.keySet();
|
||||
String finalIsWarn = isWarn;
|
||||
AtomicReference<String> msg=null;
|
||||
AtomicReference<String> msg=new AtomicReference<String>();
|
||||
keys.forEach(key->{
|
||||
//查询系统的id
|
||||
SelectDataVo selectDataVo=mapper.getBdDeviceDetailByIdCode(id,key);
|
||||
|
|
|
|||
Loading…
Reference in New Issue