mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-06-10 20:04:06 +08:00
fixed:typo
This commit is contained in:
parent
cedc363f09
commit
5fd6b8c2d8
@ -118,7 +118,7 @@ public class CourseUserController {
|
||||
Collectors.toMap(
|
||||
UserCourseHourRecordUserCountMapper::getUserId,
|
||||
UserCourseHourRecordUserCountMapper::getTotal)));
|
||||
data.put("courses", courseService.findOrFail(courseId));
|
||||
data.put("course", courseService.findOrFail(courseId));
|
||||
|
||||
return JsonResponse.data(data);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user