Skip to content

Commit

Permalink
πŸ”€ :: User 413 Error ν•΄κ²°
Browse files Browse the repository at this point in the history
  • Loading branch information
μ •λŒ€ν˜„ committed Mar 18, 2023
1 parent f2fbc3b commit 036827e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ExcelSpiImpl(
override suspend fun writeUserPointHistoryExcelFile(): ByteArray {
val attributes = listOf("ν•™λ²ˆ", "이름", "상점", "벌점", "상점내역", "λ²Œμ λ‚΄μ—­", "ꡐ윑 단계")
val pointStatus = pointStatusSpi.findAll()
val userPointStatus = userSpi.getUserInfo(pointStatus.map { it.userId })
val userPointStatus = userSpi.getStudent()
val goodPointHistories = pointHistorySpi.findAllByType(true)
val badPointHistories = pointHistorySpi.findAllByType(false)
val userData: List<List<String>> = userPointStatus.map { user ->
Expand Down

0 comments on commit 036827e

Please sign in to comment.