sunyj %!s(int64=8) %!d(string=hai) anos
pai
achega
640bfd76fd

+ 1 - 1
report/src/main/java/com/uas/report/DynamicProperties.java

@@ -161,6 +161,7 @@ public class DynamicProperties {
         } catch (IOException e) {
         } catch (IOException e) {
             throw new IllegalStateException("配置加载失败", e);
             throw new IllegalStateException("配置加载失败", e);
         }
         }
+        MasterManager.init();
     }
     }
 
 
     /**
     /**
@@ -192,7 +193,6 @@ public class DynamicProperties {
             }
             }
         }
         }
         save();
         save();
-        MasterManager.init();
     }
     }
 
 
     /**
     /**