修改convert
This commit is contained in:
parent
40eaed2dac
commit
f42a12af04
6
pom.xml
6
pom.xml
|
|
@ -28,6 +28,12 @@
|
|||
<artifactId>tuoheng-api-device</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- RuoYi Common Core -->
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<artifactId>ruoyi-common-core</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- SpringCloud Alibaba Nacos -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ public class BufferDeviceImpl implements IBufferDeviceService
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
log.info("getThingsBoardData {}", JSON.toJSONString(data));
|
||||
|
||||
return data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue