forked from Cookies_Github_mirror/AquaDX
[chuni] Game version overwrite for old version
This commit is contained in:
@@ -45,4 +45,8 @@ public class UserCourseService {
|
||||
Pageable page = PageRequest.of(pageNum, maxCount);
|
||||
return userCourseRepository.findByUser_Card_ExtId(Integer.parseInt(userId), page);
|
||||
}
|
||||
|
||||
public List<UserCourse> getAllByUser(String userId) {
|
||||
return userCourseRepository.findByUser_Card_ExtId(Integer.parseInt(userId));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user