ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/server/AuthorizeMsgService.java
@@ -40,7 +40,7 @@ byte[] body = out.getBody(); ByteBuf byteBuf = Unpooled.wrappedBuffer(body); UPAuthorizeMsgStartup startup = new UPAuthorizeMsgStartup().decode(byteBuf); log.info("主链路视频时效口令上报:" + JSON.toJSONString(startup)); log.info("视频时效口令上报:" + JSON.toJSONString(startup)); startup.setInferiorPlatformId(out.getGnsscenterId()); startup.setCreateTime(LocalDateTime.now().toEpochSecond(ZoneOffset.ofHours(8))); upAuthorizeMsgStartupDao.save(startup);