한글 서식파일 경로 변경

main
이범준 11 months ago
parent d473a9148e
commit 107b0e4863

@ -25,7 +25,7 @@ public class CrdnConfirm implements HWPFormatWriter {
hwpPrintUtil.setFormatType("info");
hwpPrintUtil.setRecordPerPartFile(1);
hwpPrintUtil.setBaseFormatFilePath("format/crdnConfirm.hwp");
hwpPrintUtil.setBaseFormatFilePath("template/hwp/crdnConfirm.hwp");
hwpPrintUtil.setAttachFormatFilePath("");
}

@ -25,8 +25,8 @@ public class CrdnList implements HWPFormatWriter {
hwpPrintUtil.setFormatType("list");
hwpPrintUtil.setRecordPerPartFile(6);
hwpPrintUtil.setBaseFormatFilePath("format/crdnList_root.hwp");
hwpPrintUtil.setAttachFormatFilePath("format/crdnList_inner.hwp");
hwpPrintUtil.setBaseFormatFilePath("template/hwp/crdnList_root.hwp");
hwpPrintUtil.setAttachFormatFilePath("template/hwp/crdnList_inner.hwp");
}
@Override

@ -19,7 +19,7 @@ public class DlbrDecsn implements HWPFormatWriter {
hwpPrintUtil.setFormatType("info");
hwpPrintUtil.setRecordPerPartFile(1);
hwpPrintUtil.setBaseFormatFilePath("format/opnnDlbrDecsnForm.hwp");
hwpPrintUtil.setBaseFormatFilePath("template/hwp/opnnDlbrDecsnForm.hwp");
hwpPrintUtil.setAttachFormatFilePath("");
}

@ -25,7 +25,7 @@ public class RcvmtConfirm implements HWPFormatWriter {
hwpPrintUtil.setFormatType("info");
hwpPrintUtil.setRecordPerPartFile(1);
hwpPrintUtil.setBaseFormatFilePath("format/rcvmtConfirm.hwp");
hwpPrintUtil.setBaseFormatFilePath("template/hwp/rcvmtConfirm.hwp");
hwpPrintUtil.setAttachFormatFilePath("");
}

@ -27,8 +27,8 @@ public class ReportOnClaims implements HWPFormatWriter {
hwpPrintUtil.setFormatType("list");
hwpPrintUtil.setRecordPerPartFile(7);
hwpPrintUtil.setBaseFormatFilePath("format/reportOnClaims_root.hwp");
hwpPrintUtil.setAttachFormatFilePath("format/reportOnClaims_inner.hwp");
hwpPrintUtil.setBaseFormatFilePath("template/hwp/reportOnClaims_root.hwp");
hwpPrintUtil.setAttachFormatFilePath("template/hwp/reportOnClaims_inner.hwp");
}
@Override

@ -27,8 +27,8 @@ public class RequestForDelivery implements HWPFormatWriter {
hwpPrintUtil.setFormatType("list");
hwpPrintUtil.setRecordPerPartFile(7);
hwpPrintUtil.setBaseFormatFilePath("format/requestForDelivery_root.hwp");
hwpPrintUtil.setAttachFormatFilePath("format/requestForDelivery_inner.hwp");
hwpPrintUtil.setBaseFormatFilePath("template/hwp/requestForDelivery_root.hwp");
hwpPrintUtil.setAttachFormatFilePath("template/hwp/requestForDelivery_inner.hwp");
}
@Override

@ -120,8 +120,8 @@ public class CrdnCvlcptServiceBean extends AbstractServiceBean implements CrdnCv
@Override
public Map<String, String> makeFileFromHwpFormat(CrdnQuery query) {
String baseFormatFilePath = ("format/cvlcptOrgnl_text.hwp");
String attachFormatFilePath = ("format/cvlcptOrgnl_photo.hwp");
String baseFormatFilePath = ("template/hwp/cvlcptOrgnl_text.hwp");
String attachFormatFilePath = ("template/hwp/cvlcptOrgnl_photo.hwp");
DataObject dataObject = crdnCvlcptMainBean.getCivilComplaintOriginalInfo(query);
SimpleDateFormat ymdhmsFormat = new SimpleDateFormat("yyyyMMddHHmmss");

@ -3,7 +3,7 @@
<mapper namespace="cokr.xit.fims.cmmn.dao.MosaicMapper">
<select id="selectMosaicList" parameterType="string" resultType="dataobject">
/* 이미지파일 모자이크 정보 조회 mosaicMapper.selectMosaicList) */
/* 이미지파일 모자이크 정보 조회 (mosaicMapper.selectMosaicList) */
SELECT MOSC_ID
, FILE_ID
, X_AXS

@ -3,7 +3,7 @@
<mapper namespace="cokr.xit.fims.cmmn.dao.StngMapper">
<select id="selectUserStng" parameterType="string" resultType="dataobject">
/* 사용자 설정정보 조회 stngMapper.selectUserStng) */
/* 사용자 설정정보 조회 (stngMapper.selectUserStng) */
SELECT USER_ID
, '' AS 'DEFAULT_TASK_SE_CD'
FROM TB_USER
@ -11,7 +11,7 @@ SELECT USER_ID
</select>
<select id="selectDeptStng" parameterType="string" resultType="dataobject">
/* 부서 설정정보 조회 stngMapper.selectDeptStng) */
/* 부서 설정정보 조회 (stngMapper.selectDeptStng) */
SELECT DEPT_CD
, DEPT_TELNO <!-- 부서 전화번호 -->
, DEPT_FXNO <!-- 부서 팩스번호 -->
@ -22,7 +22,7 @@ SELECT DEPT_CD
</select>
<select id="selectSggStng" parameterType="string" resultType="dataobject">
/* 시군구 설정정보 조회 stngMapper.selectSggStng) */
/* 시군구 설정정보 조회 (stngMapper.selectSggStng) */
SELECT SGG_CD
, (CASE
WHEN INST_DADDR IS NULL OR INST_DADDR = ''
@ -43,7 +43,7 @@ SELECT SGG_CD
</select>
<update id="updateDtbnActno" parameterType="map">
/* 교부 계좌번호 변경 stngMapper.updateDtbnActno) */
/* 교부 계좌번호 변경 (stngMapper.updateDtbnActno) */
UPDATE TB_DEPT_INFO
SET MDFR = #{mdfr}
, MDFCN_DT = <include refid="utility.now" />

Loading…
Cancel
Save