|
|
@@ -24,7 +24,7 @@ public class BehaviorRecordController {
|
|
|
|
|
|
@GetMapping()
|
|
|
public MyResponse getBehaviorRecord(
|
|
|
- @AuthenticationPrincipal(expression = "id") Long studentId,
|
|
|
+ @RequestParam Long studentId,
|
|
|
@RequestParam Long assignmentId
|
|
|
) {
|
|
|
return MyResponse.success(behaviorRecordService.find(assignmentId, studentId));
|