panlinlin
2021-04-22 a29a0a0785f966294ba01982fba62c1ff0f23bea
src/main/java/com/genersoft/iot/vmp/gb28181/transmit/response/impl/RegisterResponseProcessor.java
@@ -27,7 +27,7 @@
@Component
public class RegisterResponseProcessor implements ISIPResponseProcessor {
   private Logger logger = LoggerFactory.getLogger(RegisterRequestProcessor.class);
   private Logger logger = LoggerFactory.getLogger(RegisterResponseProcessor.class);
   @Autowired
   private ISIPCommanderForPlatform sipCommanderForPlatform;
@@ -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);