mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-25 20:35:35 +08:00
异常处理
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user