Browse Source

no message

zhangchuanxing 2 months ago
parent
commit
990f282697
1 changed files with 2 additions and 1 deletions
  1. 2 1
      controllers/report_selection.go

+ 2 - 1
controllers/report_selection.go

@@ -266,6 +266,7 @@ func (this *ReportSelectionController) ClickHistory() {
 		br.ErrMsg = "记录失败,Err:" + err.Error()
 		return
 	}
+	go services.GetReportSelectionLabelName(req, user.UserId) //记录用户在重点公司单独点了某一个标签
 	br.Ret = 200
 	br.Success = true
 	br.Msg = "记录成功"
@@ -306,7 +307,7 @@ func (this *ReportSelectionController) AddStopTime() {
 	if source == 1 {
 		reportType = "bgjx"
 		tableName = "cygx_report_selection"
-		label = "本周研究汇总"
+		label = "重点推荐"
 	} else if source == 2 {
 		reportType = "bzyjhz"
 		tableName = "cygx_research_summary"