修复一下bug

This commit is contained in:
wangjinlei
2024-04-22 15:48:09 +08:00
parent faec32c4a8
commit 311dd6ed70
4 changed files with 14 additions and 25 deletions

View File

@@ -10,7 +10,6 @@ import java.util.Map;
public interface CourseService extends IService<CourseEntity> {
List<CourseEntity> getMyCourse(String userId);
List<CourseEntity> getCourseListBySociology(String sociologyId);