Example #1
0
 public ActionResult NoticeDetail(string Id)
 {
     //浏览量+1
     noticeBLL.PvPlusOne(Id);
     messageReadBLL.SetForm(OperatorProvider.Provider.Current().UserId, Id, noticeCategory, OperatType.AppRead);
     ViewBag.NoticeEntity = noticeBLL.GetEntity(Id);
     return(View());
 }