zhangxinlei1996 1 anno fa
parent
commit
3082d598bf
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      api/timetask/timetask.go

+ 2 - 1
api/timetask/timetask.go

@@ -70,6 +70,7 @@ func sendMess() {
 				} else {
 					//自办
 					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)
 
 					} else if source == 2 {
@@ -99,7 +100,7 @@ func sendMess() {
 				}
 				m := user.GetUserId(resp.EntId)
 				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