WH01243 6 ماه پیش
والد
کامیت
e8695df563
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      clueSync/kc.go

+ 2 - 4
clueSync/kc.go

@@ -901,13 +901,11 @@ func refundAuto() {
 		}
 		return true
 	}, `select ent_id,clue_id,position_id,name,is_renewal_protection,company_name from dwd_f_csm_customer_info where is_transfer = 0`)
-	//}, `select ent_id,clue_id,position_id,name,is_renewal_protection,company_name from dwd_f_csm_customer_info where id =1471384`)
+	//}, `select ent_id,clue_id,position_id,name,is_renewal_protection,company_name from dwd_f_csm_customer_info where clue_id =1471384`)
 
 	//移交电销提醒
 	for i, v := range mailData {
-		if i != "" {
-			ExitKcSend(i, v)
-		}
+		ExitKcSend(i, v)
 	}
 	log.Println("自动移交销售定时任务结束")
 }