custom idgen 수정

This commit is contained in:
hehihoho3@gmail.com 2024-11-27 16:26:46 +09:00
parent f44acfe2c4
commit 9381dbb53a

View File

@ -29,7 +29,7 @@ public class CustomTableIdGnrServiceImpl implements CustomIdGnrService {
private String columnName = "NEXT_ID"; // NEXT_ID 컬럼명
private String prefix;
private String fillChar = "0"; // 채울 문자 (: 0)
private int cipers = 14; // 자리수 (: 14)
private int cipers = 13; // 자리수 (: 14)
private boolean applyYear;
private boolean useBigDecimals = false;