This commit is contained in:
高飞 2025-07-17 14:29:32 +08:00
parent f0e0ef7c7a
commit 3b9e01f8a3
1 changed files with 4 additions and 4 deletions

View File

@ -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,