@ -962,7 +962,7 @@ public class FineTransServiceImpl implements FineTransService {
//사전등록차량 여부를 확인
Map<String,Object> map = new HashMap<String,Object>();
map.put("carNo", newCarNo);
map.put("CAR_NO", newCarNo);
List<Map<String,Object>> prcList = commSmartPlatformPRPDao.selectPreRegistCar(map);
if(prcList != null && !prcList.isEmpty()){
prpCarYn = true;
@ -64,7 +64,7 @@ public class trafficByPeriodChngCarNoServiceImpl implements TrafficByPeriodChngC
//사전등록차량 여부 확인
boolean prpCarYn = false;
map.put("carNo", param.getCarNo());
map.put("CAR_NO", param.getCarNo());