过滤项目
This commit is contained in:
@@ -87,7 +87,7 @@ namespace FineUIPro.Web.common
|
||||
DateTime startd = Funs.GetNewDateTimeOrNow(string.Format("{0} {1}", startdate, "00:00:00"));
|
||||
DateTime endd = Funs.GetNewDateTimeOrNow(string.Format("{0} {1}", enddate, "23:59:59"));
|
||||
|
||||
var m_count = Funs.DB.Project_ProjectUser.Count();
|
||||
var m_count = Funs.DB.Project_ProjectUser.Count(pu=> Funs.DB.Base_Project.Any(bp=>bp.ProjectId == pu.ProjectId&&bp.ProjectState == "1"));
|
||||
var job_count = (from x in Funs.DB.Meeting_ClassMeeting
|
||||
where x.ClassMeetingDate >= startd && x.ClassMeetingDate <= endd
|
||||
select new Model.MeetingItem
|
||||
|
||||
Reference in New Issue
Block a user