修改totalReaderCount类型

This commit is contained in:
648540858
2024-04-12 10:36:18 +08:00
parent da54cdf3b8
commit f34143df6d
5 changed files with 9 additions and 9 deletions

View File

@@ -274,7 +274,7 @@ public class StreamPushController {
stream.setStatus(false);
stream.setPushIng(false);
stream.setAliveSecond(0L);
stream.setTotalReaderCount("0");
stream.setTotalReaderCount(0);
if (!streamPushService.add(stream)) {
throw new ControllerException(ErrorCode.ERROR100);
}