|
|
|
@ -69,6 +69,7 @@ public class SysDepartmentService implements ISysDepartmentService {
|
|
|
|
|
SysOrganize organize = organizeRDao.getById(department.getOrganizeId());
|
|
|
|
|
ValidatorBean.checkNotNull(organize);
|
|
|
|
|
|
|
|
|
|
department.setOrganizeCode(organize.getOrganizeCode());
|
|
|
|
|
department.setOrganizeNameRdd(organize.getName());
|
|
|
|
|
|
|
|
|
|
LOGGER.info("部门信息 DEPARTMENT {}", department);
|
|
|
|
@ -161,6 +162,7 @@ public class SysDepartmentService implements ISysDepartmentService {
|
|
|
|
|
ValidatorBean.checkNotNull(organize);
|
|
|
|
|
|
|
|
|
|
department.setOrganizeNameRdd(organize.getName());
|
|
|
|
|
department.setOrganizeCode(organize.getOrganizeCode());
|
|
|
|
|
|
|
|
|
|
// 新增部门
|
|
|
|
|
LOGGER.info("部门信息 DEPARTMENT department:{}", department);
|
|
|
|
|