Browse Source

Merge branch 'dev_v1.5.2_wh' of jianyu/datatools into feature/v1.5.2

王浩 1 year ago
parent
commit
38307ffc1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clueSync/autoTask.go

+ 1 - 1
clueSync/autoTask.go

@@ -184,7 +184,7 @@ GROUP BY
 			if trailstatus == "01" {
 				//该线索最近一次分配给该电销人员后存在通话记录
 				uid := gconv.String(v["uid"])
-				if PhoneState(uid, seatNumber) {
+				if !PhoneState(uid, seatNumber) {
 					continue
 				}
 			}