|
|
@@ -406,7 +406,7 @@ public class NonAutoInsOrderReq {
|
|
|
this.licenseNo = carInfo.getLicenseNo();
|
|
|
this.planNo = "1";
|
|
|
this.purchasePrice = Double.valueOf(vinQ.getPriceShow());
|
|
|
- this.seatNum = Integer.valueOf(vinQ.getSeatCountBC());
|
|
|
+ this.seatNum = Float.valueOf(vinQ.getSeatCountBC()).intValue();
|
|
|
this.toncount = Double.valueOf(vinQ.getTonCount());
|
|
|
}
|
|
|
|