Browse Source

remove init es data

Roc 1 year ago
parent
commit
1577550685
1 changed files with 0 additions and 4 deletions
  1. 0 4
      controllers/edb_info.go

+ 0 - 4
controllers/edb_info.go

@@ -253,7 +253,3 @@ func (this *EdbInfoController) CopyFromHz() {
 	br.Msg = "新增成功"
 	br.Data = edbInfo
 }
-
-func init() {
-	logic.UpdateAllEdbInfoEs()
-}