Преглед изворни кода

Merge branch 'fix/2023-8-16'

Roc пре 1 година
родитељ
комит
5add00f0b5
1 измењених фајлова са 4 додато и 0 уклоњено
  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()
+}