This commit is contained in:
2025-07-21 09:52:55 +08:00
parent 4a8dc99d1f
commit acbd44856f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ namespace BLL
from projectType in projectTypeJoin.DefaultIfEmpty()
join sysConst in Funs.DB.Sys_Const on new { ProjectState2 = project.ProjectState, GroupId = BLL.ConstValue.GroupId_ProjectState } equals new { ProjectState2 = sysConst.ConstValue, GroupId = sysConst.GroupId } into sysConstJoin
from sysConst in sysConstJoin.DefaultIfEmpty()
where project.ProjectState == "1"
where project.ProjectState == "1" && project.MasterSysId != null
select new ProjectOutput
{
ProjectId = project.ProjectId,