diff --git a/src/main/java/cokr/xit/fims/cmmn/hwp/format/SvbtcList.java b/src/main/java/cokr/xit/fims/cmmn/hwp/format/SvbtcList.java index d7876faf..9c968908 100644 --- a/src/main/java/cokr/xit/fims/cmmn/hwp/format/SvbtcList.java +++ b/src/main/java/cokr/xit/fims/cmmn/hwp/format/SvbtcList.java @@ -70,7 +70,7 @@ public class SvbtcList extends HWPFormat { writer.setValue("공고기간", info.string("INPUT_SVBTC_DATE")); writer.setValue("기관장", info.string("INST_LEADER")); writer.setValue("부서명", info.string("SGG_DEPT_NM")); - writer.setValue("부서전화번호", "☎" + info.string("DEPT_TELNO")); + writer.setValue("부서전화번호", info.string("DEPT_TELNO")); List list = IntStream.rangeClosed(1, this.data.size()).boxed().map(i -> { @@ -86,6 +86,5 @@ public class SvbtcList extends HWPFormat { ; }).toList(); writer.table(2, 2, 2).setValues(list); - } } diff --git a/src/main/resources/template/hwp/svbtcList-org.hwp b/src/main/resources/template/hwp/svbtcList-org.hwp new file mode 100644 index 00000000..5f3119f5 Binary files /dev/null and b/src/main/resources/template/hwp/svbtcList-org.hwp differ diff --git a/src/main/resources/template/hwp/svbtcList.hwp b/src/main/resources/template/hwp/svbtcList.hwp index 5f3119f5..50ea85a6 100644 Binary files a/src/main/resources/template/hwp/svbtcList.hwp and b/src/main/resources/template/hwp/svbtcList.hwp differ