Skip to content

Commit 8a928ec

Browse files
committed
add: 졸업자에 대한 후 처리 로직 추가
1 parent f087899 commit 8a928ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sms-core/src/main/kotlin/team/msg/sms/domain/student/usecase/ModifyStudentInfoUseCase.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ class ModifyStudentInfoUseCase(
299299
}
300300

301301
else -> when (departmentCode) {
302+
"0" -> Department.SW_DEVELOPMENT
302303
"1", "2" -> Department.SW_DEVELOPMENT
303304
"3", "4" -> Department.SMART_IOT_DEVELOPMENT
304305
else -> throw StuNumNotRightException

0 commit comments

Comments
 (0)