|
@@ -929,6 +929,16 @@ func refundAuto() {
|
|
|
"reason": "成交客户续费失败",
|
|
|
})
|
|
|
}
|
|
|
+ if saleId > 0 {
|
|
|
+ salesEmailData[saleId] = append(salesEmailData[saleId], map[string]interface{}{
|
|
|
+ "company_name": company_name,
|
|
|
+ "phone": phone,
|
|
|
+ "userName": userName,
|
|
|
+ "remrk": "已移交",
|
|
|
+ "reason": "成交客户续费失败",
|
|
|
+ "cluename": cluename,
|
|
|
+ })
|
|
|
+ }
|
|
|
TiDb.Insert("dwd_f_crm_clue_change_record", map[string]interface{}{
|
|
|
"clue_id": clueId,
|
|
|
"position_id": common.If(kcposition_id > 0, kcposition_id, -1),
|