이준호 전자조정시스템 커밋

- 개발서버 오즈리포트 오류 수정
This commit is contained in:
leejunho 2023-10-13 16:56:46 +09:00
parent 4c80d659d3
commit 6d2e62e13c
4 changed files with 12 additions and 4 deletions

View File

@ -627,7 +627,15 @@ public class ApmController {
//처리일자
PgrCmmVO adrEndDeDayVO = new PgrCmmVO();
adrEndDeDayVO.setAdrSeq(cmmVO.getAdrSeq());
model.addAttribute("adrEndDeDay", cmmService.selectAdrEndDeDay(adrEndDeDayVO).getAdrEndDeDay());
PgrCmmVO PgrCmmVO = new PgrCmmVO();
PgrCmmVO = cmmService.selectAdrEndDeDay(adrEndDeDayVO);
String adrEndDeDay = "";
if(PgrCmmVO != null) {
adrEndDeDay = PgrCmmVO.getAdrEndDeDay();
}
model.addAttribute("adrEndDeDay", adrEndDeDay);
}catch(Exception ex) {
ex.printStackTrace();

View File

@ -178,7 +178,7 @@ Globals.oz.devServerIp=192.168.0.176:8086
Globals.oz.devSchedulerIp=192.168.0.200
#Globals.oz.devPdfSavePath=/usr/local/tomcat/webapps/data
Globals.oz.devPdfSavePath=\\192.168.0.176\\shared_folder_176\\out
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr||172.25.0.9
Globals.oz.realServerIp=192.168.39.145:8080
Globals.oz.realSchedulerIp=192.168.39.147
Globals.oz.realPdfSavePath=\\192.168.39.125\\data3\\out

View File

@ -187,7 +187,7 @@ Globals.oz.devSchedulerIp=192.168.0.200
#scheduler \uc11c\ubc84\uc5d0 \uc0dd\uc131\ub418\ub294 \uacbd\ub85c \uc785\ub2c8\ub2e4.
#Globals.oz.devPdfSavePath=/usr/local/tomcat/webapps/data/out
Globals.oz.devPdfSavePath=\\192.168.0.176\\shared_folder_176\\out
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr||172.25.0.9
Globals.oz.realServerIp=192.168.39.145:8080
Globals.oz.realSchedulerIp=192.168.39.147
Globals.oz.realPdfSavePath=\\192.168.39.125\\data3\\out

View File

@ -176,7 +176,7 @@ Globals.prod.islocal=real
Globals.oz.devServerIp=192.168.0.176:8086
Globals.oz.devSchedulerIp=192.168.0.176
Globals.oz.devPdfSavePath=/usr/local/tomcat/webapps/data
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr
Globals.oz.devServerCheckString=localhost||119.193.215.98||iten.co.kr||172.25.0.9
Globals.oz.realServerIp=192.168.39.145:8080
Globals.oz.realSchedulerIp=192.168.39.147
#Globals.oz.realPdfSavePath=\\192.168.39.125\\data3\\out