异常处理

This commit is contained in:
none
2023-04-17 17:51:41 +08:00
parent 6e65fc9aa0
commit e70301bdbf
2 changed files with 7 additions and 9 deletions

View File

@@ -43,11 +43,9 @@ import java.util.stream.Collectors;
@Service
public class CourseServiceImpl extends ServiceImpl<CourseMapper, Course> implements CourseService {
@Autowired
private CourseDepartmentService courseDepartmentService;
@Autowired private CourseDepartmentService courseDepartmentService;
@Autowired
private ResourceCourseCategoryService courseCategoryService;
@Autowired private ResourceCourseCategoryService courseCategoryService;
@Override
public PaginationResult<Course> paginate(int page, int size, CoursePaginateFiler filter) {