浏览代码

no message

zhangchuanxing 1 月之前
父节点
当前提交
1862efe6ca
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/report_selection.go

+ 1 - 0
controllers/report_selection.go

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