|
@@ -69,7 +69,7 @@ public class GetTempCarFeeOrderAdapt extends DatabusAdaptImpl {
|
|
|
JSONObject postParameters = new JSONObject();
|
|
JSONObject postParameters = new JSONObject();
|
|
|
postParameters.put("taskId", GenerateCodeFactory.getGeneratorId(GenerateCodeFactory.CODE_PREFIX_machineTranslateId));
|
|
postParameters.put("taskId", GenerateCodeFactory.getGeneratorId(GenerateCodeFactory.CODE_PREFIX_machineTranslateId));
|
|
|
postParameters.put("carNum", tempCarPayOrderDto.getCarNum());
|
|
postParameters.put("carNum", tempCarPayOrderDto.getCarNum());
|
|
|
- postParameters.put("extPaId", tempCarPayOrderDto.getExtPaId());
|
|
|
|
|
|
|
+ postParameters.put("extPaId", tempCarPayOrderDto.getPaId());
|
|
|
HttpEntity<MultiValueMap<String, Object>> httpEntity = new HttpEntity(postParameters.toJSONString(), getHeaders(outRestTemplate));
|
|
HttpEntity<MultiValueMap<String, Object>> httpEntity = new HttpEntity(postParameters.toJSONString(), getHeaders(outRestTemplate));
|
|
|
ResponseEntity<String> responseEntity = outRestTemplate.exchange(IotConstant.getUrl(IotConstant.GET_TEMP_CAR_FEE_ORDER), HttpMethod.POST, httpEntity, String.class);
|
|
ResponseEntity<String> responseEntity = outRestTemplate.exchange(IotConstant.getUrl(IotConstant.GET_TEMP_CAR_FEE_ORDER), HttpMethod.POST, httpEntity, String.class);
|
|
|
if (responseEntity.getStatusCode() != HttpStatus.OK) {
|
|
if (responseEntity.getStatusCode() != HttpStatus.OK) {
|