|
@@ -461,9 +461,12 @@ func ordersClue() {
|
|
|
}
|
|
|
}
|
|
|
is_assign := 1
|
|
|
+ mailContent := ""
|
|
|
cluename = common.ObjToString(v["company_name"])
|
|
|
+ mailContent = fmt.Sprintf("%s(%s)", cluename, user_phone)
|
|
|
if cluename == "" {
|
|
|
cluename = user_phone
|
|
|
+ mailContent = user_phone
|
|
|
}
|
|
|
if pay_money > 0 {
|
|
|
trailstatus = "08"
|
|
@@ -612,7 +615,7 @@ func ordersClue() {
|
|
|
//移交失败发送消息
|
|
|
if IsFreeze(source, pay_money, gconv.String(positionId)) {
|
|
|
//发送邮件信息
|
|
|
- OrderCreateFail(positionId, cluename)
|
|
|
+ OrderCreateFail(positionId, mailContent)
|
|
|
}
|
|
|
}
|
|
|
}
|