Sfoglia il codice sorgente

优化领取线索速度

xuzhiheng 1 anno fa
parent
commit
cac0fc1ccc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      service/clue.go

+ 1 - 0
service/clue.go

@@ -781,6 +781,7 @@ func batchDraw(data []map[string]interface{}, nowTime, seatNumber, name string,
 			}
 		}(v)
 	}
+	wg.Wait()
 	return len(count)
 }