dyy 3 年之前
父節點
當前提交
2d2307c6bc
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktopTop.cshtml

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs 查看文件

@@ -434,7 +434,7 @@ namespace Learun.Application.Web.Controllers


#region 待办 #region 待办
var userinfo = LoginUserInfo.Get(); 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); ViewBag.UnreadMail = sYS_ReceiveMessageIBLL.GetPageList(paginationobj, "{\"userId\":\"" + userinfo.userId + "\"}").Count(m => m.READFLAG == 0);
//办公事项 //办公事项


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDesktopTop.cshtml 查看文件

@@ -314,7 +314,7 @@
.lr-scroll-wrap { .lr-scroll-wrap {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
height: 100%;
height: 70%;
width: 100% width: 100%
} }




Loading…
取消
儲存