@@ -506,6 +506,9 @@ func (this *ReportController) AddViewRecordReport() {
br.ErrMsg = "获取数据失败,Err:" + err.Error()
return
}
+ //修改联系人最后一次阅读报告时间
+ go models.SetWxUserReportLastViewTime(user.UserId)
+
br.Ret = 200
br.Success = true
br.Msg = "新增成功"