Explorar o código

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

王浩 hai 1 ano
pai
achega
7662f8bbee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      clueSync/autoTask.go

+ 1 - 1
clueSync/autoTask.go

@@ -165,7 +165,7 @@ FROM
 	dwd_f_crm_clue_info b 
 right JOIN
  ( 	select  position_id from  dwd_f_crm_personnel_management where  assign_type = 1 
-	AND resign = 0 ) a on  a.position_id=b.position_id
+	AND resign = 0 ) a on  a.position_id=b.position_id    and  b.trailstatus!="08"
 GROUP BY
 	a.position_id HAVING count<?`, upperLimit)
 	if countData == nil || len(*countData) > 0 {