소스 검색

流程任务-我的流程排除作废流程

怀来职教中心中职
ndbs 1 년 전
부모
커밋
c3a1b5402f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs

+ 3
- 0
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs 파일 보기

@@ -256,6 +256,9 @@ namespace Learun.Application.WorkFlow
expression = expression.And(t => t.F_SchemeCode.Equals(schemeCode));
}
expression = expression.And(t => t.F_IsChild == 0);
//2023-3-27 我的流程作废后不显示 wx修改
expression = expression.And(t => t.F_EnabledMark != 3);

var aa = this.BaseRepository().FindList<NWFProcessEntity>(expression, pagination);
foreach (var item in aa)
{


불러오는 중...
취소
저장