|
@@ -70,6 +70,7 @@ func sendMess() {
|
|
} else {
|
|
} else {
|
|
//自办
|
|
//自办
|
|
if source == 1 {
|
|
if source == 1 {
|
|
|
|
+ ///succbi/crm_system/app/crm.app/task_follow/task_follow_up.spg?E_position_id=%v&E_control_editing=1&E_task_id=%v&E_cust_oppo_lead=%v
|
|
pcHref = fmt.Sprintf(cm.Push.SaleClue.Create.MyselfPcHref, positionId, taskId, sourceId)
|
|
pcHref = fmt.Sprintf(cm.Push.SaleClue.Create.MyselfPcHref, positionId, taskId, sourceId)
|
|
|
|
|
|
} else if source == 2 {
|
|
} else if source == 2 {
|
|
@@ -99,7 +100,7 @@ func sendMess() {
|
|
}
|
|
}
|
|
m := user.GetUserId(resp.EntId)
|
|
m := user.GetUserId(resp.EntId)
|
|
for k, v := range m {
|
|
for k, v := range m {
|
|
- service.StationMailPush(k, gconv.String(v), strings.Replace(title, " ", "%20", -1), strings.Replace(fmt.Sprintf(content, name), " ", "%20", -1), fmt.Sprintf(pcHref, gconv.String(v), taskId, sourceId), mobileHref, "11")
|
|
|
|
|
|
+ service.StationMailPush(k, gconv.String(v), strings.Replace(title, " ", "%20", -1), strings.Replace(fmt.Sprintf(content, name), " ", "%20", -1), pcHref, mobileHref, "11")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return true
|
|
return true
|