Merge branch 'main' of http://47.122.43.22:3000/wjn/mh_sms
This commit is contained in:
commit
71c2704bc5
@ -4488,7 +4488,7 @@ namespace APT.BaseData.Services.DomainServices
|
||||
var tempDepartment = GetEntity<T_FM_DEPARTMENT>(t => t.ID == department.PARENT_ID).PARENT_ID;
|
||||
departmentId = GetEntity<T_FM_DEPARTMENT>(t => t.ID == tempDepartment).ID;
|
||||
}
|
||||
if (department.DEPARTMENT_TYPE == (int)FMDepartmentType.部门)
|
||||
else if (department.DEPARTMENT_TYPE == (int)FMDepartmentType.部门)
|
||||
{
|
||||
departmentId = department.ID;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user