Просмотр исходного кода

Merge branch 'dev_v1.0.10_wh' of BaseService/biService into feature/v1.0.10

王浩 1 год назад
Родитель
Сommit
d0f248952c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      entity/entity.go

+ 1 - 0
entity/entity.go

@@ -147,6 +147,7 @@ func InitEntEs(version, address, userName, password string, size int) {
 		Password: password,
 		Size:     size,
 	}
+	EntEs.Init()
 }
 
 func InitArea() {