Skip to content

Commit

Permalink
🔀 :: 매개변수 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
alsco39 committed Sep 13, 2023
1 parent 005a5bc commit 39f8ca4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ class ClassroomUseCase(

afterSchoolList.map { afterSchool ->
val afterSchoolUserList =
queryAfterSchoolSpi.queryAfterSchoolListByClassroomId(afterSchool.afterSchoolInfoId)
queryAfterSchoolSpi.queryAfterSchoolListByClassroomId(afterSchool.classroomId)
print(afterSchoolUserList)
val afterSchoolMovementUserList =
queryClassroomMovementSpi.queryClassroomMovementListByClassroomId(afterSchool.classroomId)

Expand Down

0 comments on commit 39f8ca4

Please sign in to comment.