@@ -442,7 +442,7 @@ func autoDraw(mode, cluename, phone string, isGroup, isCommerce int) (positionId
if positionId == 0 {
res := int64(0)
countres := 0
- for _, v := range *countData {
+ for _, v := ra nge *countData {
if common.IntAll(v["status"]) == 1 {
if countres == 0 {
res = common.Int64All(v["count"])