src/main/java/com/fzzy/gateway/service/GatewayDeviceService.java
@@ -158,7 +158,7 @@ device.setPort(commonDevice.getPort()); device.setOnlineTime(new Date()); device.setStatus(Constant.YN_Y); device.setDeviceSn(commonDevice.getSn()); GatewayUtils.add2Cache(device); } }