Explorar el Código

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

新疆警官学校中职
ndbs hace 1 año
padre
commit
35af3737a6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar