|
|
@@ -188,7 +188,7 @@ namespace Learun.Application.Web.Areas.LR_OAModule.Controllers |
|
|
|
var userinfo = LoginUserInfo.Get(); |
|
|
|
Pagination paginationobj = new Pagination(); |
|
|
|
var newsList = noticeIBLL.GetList(keyword, userinfo.userId, categoryId). |
|
|
|
Select(a => a.F_Status == "2"); |
|
|
|
Where(a => a.F_Status == "2"); |
|
|
|
var newsListOfSelf = new List<NewsEntity>(); |
|
|
|
|
|
|
|
foreach (var newsitemEntity in newsList) |
|
|
|