Commit ad9ee1c4 by qwmqiuwenmin

fix

parent 91709df6
......@@ -280,7 +280,7 @@ public class DepartmentContoller extends WebBaseController{
}
unBindDTO.setDepartmentName(departmentDTO.getName());
unBindDTO.setDepartmentId(departmentDTO.getId());
unBindDTO.setType(type);
unBindDTO.setType(departmentDTO.getType());
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