浏览代码

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

王浩 6 月之前
父节点
当前提交
e560ac97e2
共有 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 {