From 9381dbb53ad8be8a5013d16bef36c26725774b41 Mon Sep 17 00:00:00 2001 From: "hehihoho3@gmail.com" Date: Wed, 27 Nov 2024 16:26:46 +0900 Subject: [PATCH] =?UTF-8?q?custom=20idgen=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/idgen/impl/CustomTableIdGnrServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/egovframework/com/idgen/impl/CustomTableIdGnrServiceImpl.java b/src/main/java/egovframework/com/idgen/impl/CustomTableIdGnrServiceImpl.java index ceafd41f..6b223aa6 100644 --- a/src/main/java/egovframework/com/idgen/impl/CustomTableIdGnrServiceImpl.java +++ b/src/main/java/egovframework/com/idgen/impl/CustomTableIdGnrServiceImpl.java @@ -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;