2024-02-22 16:40 강사등록파일 경로 수정
This commit is contained in:
parent
7054702e8d
commit
b579695af0
@ -507,7 +507,7 @@ public class OprtnInstrTngrPrflContoller {
|
||||
|
||||
//필요 쿼리 생성 및 처리 - 계좌번호만 작성된 파일 처리
|
||||
String s_split = "\t";
|
||||
int i_data_column_size = 13;
|
||||
int i_data_column_size = 15;
|
||||
int i_data_start_row = 0;
|
||||
|
||||
|
||||
@ -553,11 +553,16 @@ public class OprtnInstrTngrPrflContoller {
|
||||
vEInstrDetailVO.setUseYn("N");
|
||||
vEInstrDetailVO.setInstrDiv("10");
|
||||
|
||||
System.out.println(s_tmp[12]);
|
||||
System.out.println(s_tmp[13]);
|
||||
System.out.println(s_tmp[14]);
|
||||
|
||||
vEInstrDetailVO.setInstrNm(s_tmp[4]);
|
||||
vEInstrDetailVO.setPhone(s_tmp[6]);
|
||||
vEInstrDetailVO.setEmail(s_tmp[8]);
|
||||
//vEInstrDetailVO.setPost(s_tmp[4]);
|
||||
vEInstrDetailVO.setAddr(s_tmp[12]);
|
||||
vEInstrDetailVO.setPost(s_tmp[12]);
|
||||
vEInstrDetailVO.setAddr(s_tmp[13]);
|
||||
vEInstrDetailVO.setAddrDetail(s_tmp[14]);
|
||||
|
||||
//vEInstrDetailVO.setAddrDetail(s_tmp[6]);
|
||||
vEInstrDetailVO.setRsdne(s_tmp[5]);
|
||||
|
||||
@ -217,7 +217,7 @@
|
||||
<isNotEmpty property="useYn">
|
||||
AND use_yn=#useYn#
|
||||
</isNotEmpty>
|
||||
GROUP BY instr_detail_ord desc
|
||||
ORDER BY instr_detail_ord desc
|
||||
LIMIT 1
|
||||
</select>
|
||||
|
||||
|
||||
@ -410,7 +410,7 @@ $( document ).ready(function(){
|
||||
<button type="button" class="btn_type06"
|
||||
onclick="document.all.file.click(); return false;"
|
||||
>파일첨부</button>
|
||||
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001232&fileSn=0" target="_blank">샘플 다운로드</a></span>
|
||||
<span class="req_text1">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001232&fileSn=1" target="_blank">샘플 다운로드</a></span>
|
||||
<%-- <span class="reqTxt6">※ 컴퓨터 파일(엑셀)만 등록 가능합니다.<a href="${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000001269&fileSn=0" target="_blank">sample</a></span> --%>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user