소스 검색

华泰对接新建实体

li.pengfei 2 년 전
부모
커밋
8e36693d3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/ydtech/modules/order/entity/api/huatai/request/HuaTaiModelsQueryRequest.java

+ 1 - 1
src/main/java/com/ydtech/modules/order/entity/api/huatai/request/HuaTaiModelsQueryRequest.java

@@ -67,7 +67,7 @@ public class HuaTaiModelsQueryRequest extends HuaTaiBaseRequest {
         this.vIN = carInfo.getFrameNo();
         this.plateNo = carInfo.getLicenseNo();
         this.registerDate = carInfo.getRegisterDate()+ " " + TimeConstants.START_TIME;
-        this.brand = carInfo.getBrandName();
+        this.brand = carInfo.getModelcname();
         this.riskCode = "1002";
     }