2024-03-25 15:45 청소년 결과보고서 제출시 오류 수정 필요
This commit is contained in:
parent
e7b637f3b4
commit
ba86b082c3
@ -606,6 +606,7 @@ public class VEEduEndController {
|
|||||||
fileCheck.setAtchFileId(s_atchFileId);
|
fileCheck.setAtchFileId(s_atchFileId);
|
||||||
result = fileService.selectFileInfs(fileCheck);
|
result = fileService.selectFileInfs(fileCheck);
|
||||||
|
|
||||||
|
try {
|
||||||
for(int i=0; i < result.size(); i++) {
|
for(int i=0; i < result.size(); i++) {
|
||||||
String orignlFileNm = vEInstrDetailVOInfo.getInstrNm()+"강사_"+vEInstrAsgnmVOInfo.getScholInsttNm()+" 결과보고서 ("+vEInstrAsgnmVOInfo.getEduHopeDt()+"_"+vEInstrAsgnmVOInfo.getStrtTm()+"-"+vEInstrAsgnmVOInfo.getEndTm()+")";
|
String orignlFileNm = vEInstrDetailVOInfo.getInstrNm()+"강사_"+vEInstrAsgnmVOInfo.getScholInsttNm()+" 결과보고서 ("+vEInstrAsgnmVOInfo.getEduHopeDt()+"_"+vEInstrAsgnmVOInfo.getStrtTm()+"-"+vEInstrAsgnmVOInfo.getEndTm()+")";
|
||||||
orignlFileNm = orignlFileNm+"_"+(i+1);
|
orignlFileNm = orignlFileNm+"_"+(i+1);
|
||||||
@ -614,6 +615,11 @@ public class VEEduEndController {
|
|||||||
fileService.updateFileName(result.get(i));
|
fileService.updateFileName(result.get(i));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}catch(Exception ex) {
|
||||||
|
System.out.println("Exception vEEduRsltRprtService.insert-upper for ");
|
||||||
|
ex.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
//결과 저장
|
//결과 저장
|
||||||
vEEduRprtVO.setAtchFileId(s_atchFileId);
|
vEEduRprtVO.setAtchFileId(s_atchFileId);
|
||||||
|
|
||||||
@ -628,6 +634,7 @@ public class VEEduEndController {
|
|||||||
|
|
||||||
}catch(Exception ex) {
|
}catch(Exception ex) {
|
||||||
System.out.println("Exception vEEduRsltRprtService.insert");
|
System.out.println("Exception vEEduRsltRprtService.insert");
|
||||||
|
ex.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
modelAndView.addObject("result", "success");
|
modelAndView.addObject("result", "success");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user