Selaa lähdekoodia

fix:手工数据定时刷新开启

Roc 2 vuotta sitten
vanhempi
commit
429724b6f5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      services/data/edb_info.go

+ 1 - 1
services/data/edb_info.go

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