Browse Source

codes moved

sunyj 7 years ago
parent
commit
640bfd76fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      report/src/main/java/com/uas/report/DynamicProperties.java

+ 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();
     }
     }
 
 
     /**
     /**