Browse Source

fix:数据修复

Roc 1 năm trước cách đây
mục cha
commit
e968e085df
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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()
+}