@@ -17,6 +17,7 @@ import org.springframework.stereotype.Service; | |||
public class PlateCheckManagerImpl extends AbstractIawManager implements PlateCheckManager{ | |||
@Override | |||
public VehiclePlateCheckResponse query(VehiclePlateCheckRequest reqDto) throws ManagerException { | |||
reqDto.setCustomerId(""); | |||
VehiclePlateCheckResponse response = null; | |||
try { | |||
response = jsonPostRepeat(reqDto); |