648540858
2024-06-14 aa56bb3c26201df2af46db0c2af4afd5345a6ba9
src/main/java/com/genersoft/iot/vmp/vmanager/streamPush/StreamPushController.java
@@ -274,7 +274,7 @@
        stream.setStatus(false);
        stream.setPushIng(false);
        stream.setAliveSecond(0L);
        stream.setTotalReaderCount("0");
        stream.setTotalReaderCount(0);
        if (!streamPushService.add(stream)) {
            throw new ControllerException(ErrorCode.ERROR100);
        }