This commit is contained in:
parent
f0e0ef7c7a
commit
3b9e01f8a3
|
|
@ -2988,7 +2988,7 @@ namespace BLL
|
||||||
from projectType in projectTypeJoin.DefaultIfEmpty()
|
from projectType in projectTypeJoin.DefaultIfEmpty()
|
||||||
join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = "", GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
|
join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = "", GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
|
||||||
from sysConst in sysConstJoin.DefaultIfEmpty()
|
from sysConst in sysConstJoin.DefaultIfEmpty()
|
||||||
where project.ProjectState == "1"
|
where project.ProjectState == "1" && project.MasterSysId != null
|
||||||
select new ProjectOutput
|
select new ProjectOutput
|
||||||
{
|
{
|
||||||
ProjectId = project.ProjectId,
|
ProjectId = project.ProjectId,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue