|
|
|
|
@ -1841,6 +1841,7 @@ public class FinePenaltyController {
|
|
|
|
|
public @ResponseBody Map<String, Object> penaltyCreateEgreenFile(@RequestBody List<PenaltyParamVO> param, HttpServletRequest request) {
|
|
|
|
|
Result result = new Result();
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
Map<String,String> connectionInfo = trsmrcvDao.selectConnectionInfo("EGREEN_ESB_AGENT_FTP");
|
|
|
|
|
|
|
|
|
|
boolean ftpServerOk = ftpUtil.checkFtpServerStatus(
|
|
|
|
|
@ -1855,6 +1856,7 @@ public class FinePenaltyController {
|
|
|
|
|
result.setErrorMsg(Result.STATUS_ERROR, "이그린 연계 서버 연결 오류가 발생하였습니다.");
|
|
|
|
|
return result.getResult();
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
result.setData("nonImageCnt", finePenaltyService.penaltyCreateEgreenFileImageChk(param));
|
|
|
|
|
|