[Bugfix]修复zk standalone状态不兼容问题

This commit is contained in:
ZQKC
2023-05-19 11:46:33 +08:00
committed by EricZeng
parent 2256e8bbdb
commit 7bfe787e39
3 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ public enum ZKRoleEnum {
OBSERVER("observer"),
STANDALONE("standalone"),
UNKNOWN("unknown"),
;