|
@@ -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"
|