|
@@ -1528,7 +1528,7 @@ func DoArticleOnenIdWxTemplateMsg(articleId int) (err error) {
|
|
|
keyword1 := "【" + articleInfo.SubCategoryName + "】有报告发布/更新"
|
|
|
mapActivityUserId := make(map[int]string)
|
|
|
if articleInfo.ReportType == 2 {
|
|
|
- keyword1 = fmt.Sprint("【", industryName, "】赛道有报告发布/更新")
|
|
|
+ keyword1 = fmt.Sprint("【", industryName, "】有报告发布/更新")
|
|
|
sliceSubjectId, _ := models.GetSubjectIds(articleId)
|
|
|
if sliceSubjectId != "" {
|
|
|
appointmentList, err := models.GetCygxAppointmentSummaryBySubjectId(sliceSubjectId)
|