Authored by hugufei

使用同步机制保证个性化效果

... ... @@ -28,7 +28,7 @@ public abstract class AbstractPageComponent<T> {
private ConcurrentHashMap<String, Integer> mapLock;
private ExecutorService executorService;
private boolean synchronous = false;//是否同步
private boolean synchronous = true;//是否同步
@PostConstruct
void init() {
... ...