修改公司级看板只显示在建的项目
This commit is contained in:
@@ -24,6 +24,14 @@ namespace FineUIPro.Web.common
|
||||
{
|
||||
pids = CurrUser.CompanyProjectId.Split(',');
|
||||
}
|
||||
else {
|
||||
//加载所有在建项目的数据
|
||||
var pidArray = Funs.DB.Base_Project.Where(x => x.ProjectState == "1").Select(x=>x.ProjectId).ToArray();
|
||||
if (pidArray.Length>0)
|
||||
{
|
||||
pids = pidArray;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//未遂事故
|
||||
|
||||
Reference in New Issue
Block a user