|
@@ -135,7 +135,7 @@ func (this *SaleClueService) Add(ctx context.Context) (int64, string) {
|
|
|
pcHref = fmt.Sprintf(cm.Push.SaleClue.Create.TransferPcHref, positionId)
|
|
|
content = fmt.Sprintf(cm.Push.SaleClue.Create.TransferContent, this.CreateName, strings.Replace(date.NowFormat(YYYYMMDDHHMM), " ", "%20", -1), next)
|
|
|
}
|
|
|
- StationMailPush(userId, positionId, cm.Push.SaleClue.Create.Title, content, pcHref, cm.Push.SaleClue.Create.MobileHref, "2")
|
|
|
+ StationMailPush(userId, positionId, cm.Push.SaleClue.Create.Title, content, pcHref, cm.Push.SaleClue.Create.MobileHref, "11")
|
|
|
}
|
|
|
}
|
|
|
return 1, groupId
|