瀏覽代碼

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

王浩 1 年之前
父節點
當前提交
7662f8bbee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {