Skip to content

Commit ec371ba

Browse files
committed
refactor: examNumberUtil 수정
1 parent 20e381b commit ec371ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/life/mosu/mosuserver/application/examapplication/util/ExamNumberUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static String formatExamNumber(Integer roundCode, Integer areaCode, Integ
1313
}
1414

1515
return String.format(
16-
"%d%02d%02d%04d",
16+
"%d%d%02d%04d",
1717
roundCode,
1818
areaCode,
1919
schoolCode,

0 commit comments

Comments
 (0)