Explorar el Código

华泰对接新建实体

li.pengfei hace 2 años
padre
commit
8e36693d3b

+ 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.vIN = carInfo.getFrameNo();
         this.plateNo = carInfo.getLicenseNo();
         this.plateNo = carInfo.getLicenseNo();
         this.registerDate = carInfo.getRegisterDate()+ " " + TimeConstants.START_TIME;
         this.registerDate = carInfo.getRegisterDate()+ " " + TimeConstants.START_TIME;
-        this.brand = carInfo.getBrandName();
+        this.brand = carInfo.getModelcname();
         this.riskCode = "1002";
         this.riskCode = "1002";
     }
     }