Преглед на файлове

Merge branch 'dev' of trick9191/patient-co-management into dev

trick9191 преди 7 години
родител
ревизия
6065ffecab
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/es/ElasticFactory.java

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/config/es/ElasticFactory.java

@ -37,7 +37,7 @@ public class ElasticFactory {
     * @param "http://localhost:9200"
     * @return
     */
    @PostConstruct
    //@PostConstruct
    public JestClient getJestClient() {
        synchronized (ElasticFactory.class) {
            if (factory == null) {