|
|
|
@ -70,7 +70,7 @@ public class SvbtcList extends HWPFormat {
|
|
|
|
writer.setValue("공고기간", info.string("INPUT_SVBTC_DATE"));
|
|
|
|
writer.setValue("공고기간", info.string("INPUT_SVBTC_DATE"));
|
|
|
|
writer.setValue("기관장", info.string("INST_LEADER"));
|
|
|
|
writer.setValue("기관장", info.string("INST_LEADER"));
|
|
|
|
writer.setValue("부서명", info.string("SGG_DEPT_NM"));
|
|
|
|
writer.setValue("부서명", info.string("SGG_DEPT_NM"));
|
|
|
|
writer.setValue("부서전화번호", "☎" + info.string("DEPT_TELNO"));
|
|
|
|
writer.setValue("부서전화번호", info.string("DEPT_TELNO"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
List<DataObject> list = IntStream.rangeClosed(1, this.data.size()).boxed().map(i -> {
|
|
|
|
List<DataObject> list = IntStream.rangeClosed(1, this.data.size()).boxed().map(i -> {
|
|
|
|
@ -86,6 +86,5 @@ public class SvbtcList extends HWPFormat {
|
|
|
|
;
|
|
|
|
;
|
|
|
|
}).toList();
|
|
|
|
}).toList();
|
|
|
|
writer.table(2, 2, 2).setValues(list);
|
|
|
|
writer.table(2, 2, 2).setValues(list);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|