@@ -51,11 +51,6 @@ var (
"07": "待签署客户",
"08": "成交客户",
}
- CodeLock = map[int64]string{
- 1: "已锁定",
- 2: "未锁定",
- 3: "无需锁定",
- }
PublicKey = ""
GmailAuth []*mail.GmailAuth
UpdataProjectUrl string
@@ -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++