소스 검색

【修改】流程设计:增加部门负责人、分管校长判断的优化;

新疆警官学校中职
dyy 1 년 전
부모
커밋
6619ba23a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessBLL.cs

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessBLL.cs 파일 보기

@@ -812,7 +812,7 @@ namespace Learun.Application.WorkFlow
var parentDepart = departmentIBLL.GetEntity(selfDepart.F_ParentId);
if (parentDepart != null)
{
if (!string.IsNullOrEmpty(selfDepart.F_SchoolMasterId))
if (!string.IsNullOrEmpty(parentDepart.F_SchoolMasterId))
{
schoolMasterId = parentDepart.F_SchoolMasterId;
}
@@ -856,7 +856,7 @@ namespace Learun.Application.WorkFlow
var parentDepart = departmentIBLL.GetEntity(selfDepart2.F_ParentId);
if (parentDepart != null)
{
if (!string.IsNullOrEmpty(selfDepart2.F_Manager))
if (!string.IsNullOrEmpty(parentDepart.F_Manager))
{
deptMasterId = parentDepart.F_Manager;
}


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