|
@@ -264,6 +264,7 @@ func (this *ReportSelectionController) ClickHistory() {
|
|
|
if err != nil {
|
|
|
br.Msg = "记录失败"
|
|
|
br.ErrMsg = "记录失败,Err:" + err.Error()
|
|
|
+ go utils.SendAlarmMsg("AddCygxReportSelectionSubjectHistory,失败:Err "+err.Error(), 2)
|
|
|
return
|
|
|
}
|
|
|
go services.GetReportSelectionLabelName(req, user.UserId) //记录用户在重点公司单独点了某一个标签
|