Browse Source

Merge branch 'fix/2023-2-27'

Roc 2 years ago
parent
commit
80f325b217
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/data/edb_info.go

+ 1 - 0
services/data/edb_info.go

@@ -938,6 +938,7 @@ func RefreshDataFromManual(wg *sync.WaitGroup) (err error) {
 		}
 		wg.Done()
 	}()
+	return
 	var condition string
 	var pars []interface{}
 	condition += " AND source=? "