Sfoglia il codice sorgente

Merge branch '长阳分支中职' of http://123.57.209.16:3000/bjquanjiang/DigitalScholl into 长阳分支中职

新疆警官学校中职
ndbs 1 anno fa
parent
commit
35af3737a6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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 Vedi File

@@ -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;
}


Caricamento…
Annulla
Salva