Browse Source

优化领取线索速度

xuzhiheng 1 year ago
parent
commit
cac0fc1ccc
1 changed files with 1 additions and 0 deletions
  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)
 }