|
|
@ -249,7 +249,7 @@ public class SysDeptServiceImpl extends BaseServiceImpl<SysDeptDao, SysDeptEntit |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("->getCompleteDept:::部门ID格式转换异常:::deptId->{}", deptId); |
|
|
|
} |
|
|
|
if (null == deptId) { |
|
|
|
if (null == deptIdL) { |
|
|
|
return new Result().error("参数格式异常"); |
|
|
|
} |
|
|
|
CompleteDeptDTO completeDept = this.baseDao.getParentAndAllDept(deptIdL); |
|
|
|