Эх сурвалжийг харах

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

王浩 3 сар өмнө
parent
commit
1960089c6d
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      clueSync/kc.go

+ 2 - 2
clueSync/kc.go

@@ -955,7 +955,7 @@ func refundAuto() {
 							}
 						} else if saleId == 0 {
 							//找不到人
-							TiDb.UpdateOrDeleteBySql(`UPDATE dwd_f_crm_clue_info SET is_unfollow=0,updatetime=?,trailstatus="01",position_id="",seatNumber="",is_task=1,tasktime=?,top_cluetype="532",sub_cluetype="537",taskstatus=0,tasksource="其他-成交客户续约失败",is_transfer=0,is_assign=0 WHERE id = ?`, nowTime, nowTime, clueId)
+							TiDb.UpdateOrDeleteBySql(`UPDATE dwd_f_crm_clue_info SET is_unfollow=0,updatetime=?,trailstatus="01",position_id=0,seatNumber="",is_task=1,tasktime=?,top_cluetype="532",sub_cluetype="537",taskstatus=0,tasksource="其他-成交客户续约失败",is_transfer=0,is_assign=0 WHERE id = ?`, nowTime, nowTime, clueId)
 							if oldSaleId != 0 {
 								//新增个人员变更
 								TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
@@ -1050,7 +1050,7 @@ 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 clue_id =1441420`)
+	//}, `select ent_id,clue_id,position_id,name,is_renewal_protection,company_name from dwd_f_csm_customer_info where clue_id =1771410`)
 
 	//移交电销提醒
 	for i, v := range mailData {