Commit 45050ff7 by qwmqiuwenmin

fix

parent 568da413
......@@ -281,6 +281,7 @@ public class DepartmentContoller extends WebBaseController{
unBindDTO.setDepartmentName(departmentDTO.getName());
unBindDTO.setDepartmentId(departmentDTO.getId());
unBindDTO.setType(type);
unBindDTO.setLevel(departmentDTO.getLevel());
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