Parcourir la source

fix:数据修复

Roc il y a 1 an
Parent
commit
e968e085df
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      controllers/edb_info.go

+ 4 - 0
controllers/edb_info.go

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