Commit c52f8fa9 by qwmqiuwenmin

fix

parent f644f930
......@@ -509,6 +509,7 @@ public class DepartmentContoller extends WebBaseController{
unBindDTO.setDepartmentId(departmentDTO.getId());
unBindDTO.setType(departmentDTO.getType());
unBindDTO.setLevel(departmentDTO.getLevel());
unBindDTO.setHasSonNode(departmentDTO.isHasChildren());
dtoList.add(unBindDTO);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment