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