Explorar el Código

优化领取线索速度

xuzhiheng hace 1 año
padre
commit
cac0fc1ccc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
 }