소스 검색

客成处理

WH01243 6 달 전
부모
커밋
e79d33beaf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      clueSync/kc.go

+ 1 - 0
clueSync/kc.go

@@ -1082,6 +1082,7 @@ type OrderInfo struct {
 
 // 客成发送邮箱
 func KcSend(orderCode, personName string) {
+	log.Println("客成发邮件", orderCode)
 	bigmemberService := map[int64]string{}
 	combo := map[int64]string{}
 	Mysql.SelectByBath(1, func(l *[]map[string]interface{}) bool {