xyxie 1 vuosi sitten
vanhempi
commit
2c1ddd545e
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      services/base_from_mysteel_chemical.go

+ 5 - 2
services/base_from_mysteel_chemical.go

@@ -20,9 +20,12 @@ func HandleMysteelIndex(req *models.HandleMysteelIndexResp) (err error) {
 			return
 		}
 	}
+	
+	go func() {
+		_ = SetMysteelChemicalEdbInfoUpdateStat(false)
+		_ = SetEdbSourceStat(false)
+	}()
 
-	_ = SetMysteelChemicalEdbInfoUpdateStat(false)
-	_ = SetEdbSourceStat(false)
 	return
 }