|
@@ -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 {
|