|
|
@@ -423,7 +423,7 @@ namespace Learun.Application.Web.Controllers |
|
|
|
|
|
|
|
#region 待办 |
|
|
|
var userinfo = LoginUserInfo.Get(); |
|
|
|
Pagination paginationobj = new Pagination() { rows = 5, page = 1, sidx = "readflag asc,SENDTIME desc ", sord = "desc" }; |
|
|
|
Pagination paginationobj = new Pagination() { rows = 100, page = 1, sidx = "readflag asc,SENDTIME desc ", sord = "desc" }; |
|
|
|
//未读邮件 |
|
|
|
ViewBag.UnreadMail = sYS_ReceiveMessageIBLL.GetPageList(paginationobj, "{\"userId\":\"" + userinfo.userId + "\"}").Count(m => m.READFLAG == 0); |
|
|
|
//办公事项 |
|
|
|