Browse Source

流程隐藏作废不显示 及(作废流程显示)

新疆影视学院高职
ndbs 2 years ago
parent
commit
a2c876fd54
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs View File

@@ -164,8 +164,8 @@ namespace Learun.Application.WorkFlow
}
}
expression = expression.And(t => t.F_EnabledMark != 2);
//20221125增加作废不显示liang
expression = expression.And(t => t.F_EnabledMark != 3);
////20221125增加作废不显示liang
//expression = expression.And(t => t.F_EnabledMark != 3);
expression = expression.And(t => t.F_IsChild == 0);

var result = this.BaseRepository().FindList<NWFProcessEntity>(expression, pagination);


Loading…
Cancel
Save