Commit faffbf83 by qwmqiuwenmin

fix

parent ddc366a4
......@@ -277,6 +277,7 @@ public class DepartmentContoller extends WebBaseController{
unBindDTO.setRelatedId(departmentDTO.getId());
unBindDTO.setIsStore(departmentDTO.getType());
unBindDTO.setDepartmentName(departmentDTO.getName());
unBindDTO.setDepartmentId(departmentDTO.getId());
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