Showing
1 changed file
with
2 additions
and
1 deletions
@@ -94,8 +94,9 @@ public class OverViewJob implements Callable { | @@ -94,8 +94,9 @@ public class OverViewJob implements Callable { | ||
94 | } | 94 | } |
95 | 95 | ||
96 | if (null != oneView) { | 96 | if (null != oneView) { |
97 | - | ||
98 | InterVar.overViewMaps.put(moId, overViewModel); | 97 | InterVar.overViewMaps.put(moId, overViewModel); |
98 | + } else { | ||
99 | + InterVar.overViewMaps.get(moId).setState(overViewModel.getState()); | ||
99 | } | 100 | } |
100 | 101 | ||
101 | DEBUG.info("End to execute over view job in moid {}", this.moId); | 102 | DEBUG.info("End to execute over view job in moid {}", this.moId); |
-
Please register or login to post a comment