解决循环依赖导致的打包失败
This commit is contained in:
@@ -36,7 +36,6 @@ public class SipPlatformRunner implements CommandLineRunner {
|
||||
List<ParentPlatform> parentPlatforms = storager.queryEnableParentPlatformList(true);
|
||||
|
||||
for (ParentPlatform parentPlatform : parentPlatforms) {
|
||||
|
||||
redisCatchStorage.updatePlatformRegister(parentPlatform);
|
||||
|
||||
redisCatchStorage.updatePlatformKeepalive(parentPlatform);
|
||||
|
||||
Reference in New Issue
Block a user