|
@@ -7,6 +7,7 @@ import (
|
|
|
"fmt"
|
|
|
"github.com/gogf/gf/v2/util/gconv"
|
|
|
"io/ioutil"
|
|
|
+ "log"
|
|
|
"math"
|
|
|
"net/http"
|
|
|
"net/url"
|
|
@@ -765,7 +766,7 @@ func batchDraw(data []map[string]interface{}, nowTime, seatNumber, name string,
|
|
|
label := gconv.Int64(v["label"])
|
|
|
trailstatusCode := gconv.String(v["trailstatus"])
|
|
|
LabelHandel(label, 3, clueId, "", trailstatusCode, labelChangeTime)
|
|
|
- return ok1 && recordId > 0 && recordId1 > 0 && recordId2 > 0 && recordId3 > -1 && recordId4 > -1 && recordId5 > -1 && recordId6 > -1
|
|
|
+ return ok1 && recordId > 0 && recordId1 > 0 && recordId2 > 0 && recordId3 > -1 && recordId4 > -1
|
|
|
}) {
|
|
|
logx.Info("领取线索成功")
|
|
|
count++
|