|
@@ -139,7 +139,7 @@ public class Tax {
|
|
|
tax.setCalculatedType("349003001");
|
|
tax.setCalculatedType("349003001");
|
|
|
tax.setVehecleTypeDetail("3490010013");
|
|
tax.setVehecleTypeDetail("3490010013");
|
|
|
tax.setTaxpayerAddress(policyHolderInfo.getAddr());
|
|
tax.setTaxpayerAddress(policyHolderInfo.getAddr());
|
|
|
-
|
|
|
|
|
|
|
+ tax.setVehicleQuality(carInfo.getCompleteKerbMass());
|
|
|
//纳税人识别号 = 投保人身份证号
|
|
//纳税人识别号 = 投保人身份证号
|
|
|
tax.setTaxpayerNO(policyHolderInfo.getIdentifyNumber());
|
|
tax.setTaxpayerNO(policyHolderInfo.getIdentifyNumber());
|
|
|
|
|
|