panlinlin
2021-04-19 57bbbc9f7a181d84fdf3d77f378a85cc100bc322
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/response/impl/RegisterResponseProcessor.java
@@ -82,7 +82,7 @@
         redisCatchStorage.delPlatformRegisterInfo(callId);
         parentPlatform.setStatus(true);
         // 取回Expires设置,避免注销过程中被置为0
         ParentPlatform parentPlatformTmp = storager.queryParentPlatById(platformGBId);
         ParentPlatform parentPlatformTmp = storager.queryParentPlatByServerGBId(platformGBId);
         String expires = parentPlatformTmp.getExpires();
         parentPlatform.setExpires(expires);
         storager.updateParentPlatform(parentPlatform);