parent
8cfe9ade9a
commit
44dfa45ca8
|
@ -24,6 +24,7 @@ data class GetAuditionRoleListData @QueryProjection constructor(
|
|||
val id: Long,
|
||||
val name: String,
|
||||
val imageUrl: String,
|
||||
val information: String,
|
||||
val auditionScriptUrl: String,
|
||||
val status: AuditionStatus
|
||||
)
|
||||
|
|
|
@ -34,6 +34,7 @@ class AdminAuditionRoleQueryRepositoryImpl(
|
|||
auditionRole.id,
|
||||
auditionRole.name,
|
||||
auditionRole.imagePath.prepend("/").prepend(cloudfrontHost),
|
||||
auditionRole.information,
|
||||
auditionRole.auditionScriptUrl,
|
||||
auditionRole.status
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue