浏览代码

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

王浩 1 年之前
父节点
当前提交
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() {