修改心跳离线报文为空
This commit is contained in:
parent
89a4aa5dbe
commit
37f45722c1
@ -44,7 +44,6 @@ public class HBCheckTask {
|
|||||||
|
|
||||||
String pileId= StrUtil.sub(gunkey.substring(gunkey.lastIndexOf(":") + 1), 0, -2);
|
String pileId= StrUtil.sub(gunkey.substring(gunkey.lastIndexOf(":") + 1), 0, -2);
|
||||||
deviceMessage.setSerialNumber(pileId);
|
deviceMessage.setSerialNumber(pileId);
|
||||||
deviceMessage.setContent(JSON.toJSONString(cacheGun));
|
|
||||||
deviceMessage.setStatus(0);
|
deviceMessage.setStatus(0);
|
||||||
deviceMessage.setRemark("充电桩心跳掉线");
|
deviceMessage.setRemark("充电桩心跳掉线");
|
||||||
deviceMessageMapper.insertByDomain(deviceMessage);
|
deviceMessageMapper.insertByDomain(deviceMessage);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user