Procházet zdrojové kódy

国任新能源修改

wks před 2 roky
rodič
revize
84d53072ae

+ 2 - 0
src/main/java/com/ydtech/modules/admin/controller/SysPosterController.java

@@ -12,6 +12,8 @@ import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 
+import java.math.BigDecimal;
+
 @Slf4j
 @RestController
 @RequestMapping("sysPoster")

+ 1 - 1
src/main/java/com/ydtech/modules/ins/model/guoren/CarPriceReq.java

@@ -142,7 +142,7 @@ public class CarPriceReq {
         prpTitemCar.setEnrollDate(carInfo.getIssueDate());
         //核定载客数
         prpTitemCar.setSeatCount(carInfo.getSeatCount());
-        prpTitemCar.setFuelType("0");
+        prpTitemCar.setFuelType(vinQ.getFuelType());
 
         prpTitemCar.setTonCountlb(vinQ.getTonCount());
 //        prpTitemCar.setTonCountlb("0");

+ 0 - 1
src/main/java/com/ydtech/modules/ins/model/guoren/PremiumReq.java

@@ -233,7 +233,6 @@ public class PremiumReq {
             biPrpTitemCar.setTermsSystem(ClauseTypeSystem.CTS_04.getCode());
         }
 
-        biPrpTitemCar.setTermsSystem("04");
         biPrpTitemCar.setClauseType("F54");
         biPrpTitemCar.setCarOwner(ownerInfo.getName());
         biPrpTitemCar.setCarOwnerIdentifyNumber(ownerInfo.getIdentifyNumber());