|
|
|
|
@ -72,9 +72,7 @@ public class CommSmartPlatformPRPServiceImpl implements CommSmartPlatformPRPServ
|
|
|
|
|
param.put("CAR_NO", obj.get(0).get("CAR_NO").toString());
|
|
|
|
|
param.put("CAR_OWNER_CI", obj.get(0).get("CAR_OWNER_CI").toString());
|
|
|
|
|
|
|
|
|
|
boolean isChange = false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(obj.get(0).get("EXMP_CD").toString().equals("03") == true) {
|
|
|
|
|
Map<String, Object> mapFail = new HashMap<String, Object>();
|
|
|
|
|
// 조회 실패
|
|
|
|
|
@ -95,16 +93,7 @@ public class CommSmartPlatformPRPServiceImpl implements CommSmartPlatformPRPServ
|
|
|
|
|
return result.getResult();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(isChange == true) {
|
|
|
|
|
// 통행이력 업데이트
|
|
|
|
|
if(commSmartPlatformPRPDao.updateFareTerminalInfo(param) < 0) {
|
|
|
|
|
result.setMsg(ResultSmartPlatform.STATUS_ERROR, ResultSmartPlatform.STATUS_ERROR_MESSAGE);
|
|
|
|
|
}
|
|
|
|
|
// 카드결제이력 업데이트
|
|
|
|
|
if(commSmartPlatformPRPDao.updateRfTerminalInfo(param) < 0) {
|
|
|
|
|
result.setMsg(ResultSmartPlatform.STATUS_ERROR, ResultSmartPlatform.STATUS_ERROR_MESSAGE);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 사전등록결제요청내역 추가
|
|
|
|
|
param.put("insttDelngNo", "");
|
|
|
|
|
|