|
|
|
@ -944,13 +944,13 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
|
if (StringUtils.isNotBlank(queryInvoiceResult.getString("vehicleType"))) { |
|
|
|
|
vehicleSaleInvoice.setVehicleType(queryInvoiceResult.getString("vehicleType")); |
|
|
|
|
} |
|
|
|
|
if (StringUtils.isNotBlank(queryInvoiceResult.getString("bandModel"))) { |
|
|
|
|
vehicleSaleInvoice.setFactoryModel(queryInvoiceResult.getString("bandModel")); |
|
|
|
|
if (StringUtils.isNotBlank(queryInvoiceResult.getString("brandModel"))) { |
|
|
|
|
vehicleSaleInvoice.setFactoryModel(queryInvoiceResult.getString("brandModel")); |
|
|
|
|
} |
|
|
|
|
if (StringUtils.isNotBlank(queryInvoiceResult.getString("vehicleIdentificationNo"))) { |
|
|
|
|
vehicleSaleInvoice.setVehicleNo(queryInvoiceResult.getString("vehicleIdentificationNo")); |
|
|
|
|
} |
|
|
|
|
vehicleSaleInvoice.setCarPrice(queryInvoiceResult.getString("carPrice")); |
|
|
|
|
vehicleSaleInvoice.setCarPrice(queryInvoiceResult.getString("amountTax")); |
|
|
|
|
vehicleSaleInvoice.setVehicleAdminOffice(queryInvoiceResult.getString("vehicleAdminOffice")); |
|
|
|
|
vehicleSaleInvoice.setBuyerUnit(queryInvoiceResult.getString("buyerUnitOrIndividual")); |
|
|
|
|
vehicleSaleInvoice.setBuyerUnitCode(queryInvoiceResult.getString("buyerUnitCodeOrIdNo")); |
|
|
|
@ -961,6 +961,7 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
|
vehicleSaleInvoice.setSellerUnitAddress(queryInvoiceResult.getString("sellerUnitOrIndividualAddress")); |
|
|
|
|
vehicleSaleInvoice.setSellerPhone(queryInvoiceResult.getString("sellerPhone")); |
|
|
|
|
vehicleSaleInvoice.setAuctionUnit(queryInvoiceResult.getString("businessUnit")); |
|
|
|
|
vehicleSaleInvoice.setBuyerIdNum(queryInvoiceResult.getString("buyerIDNum")); |
|
|
|
|
vehicleSaleInvoice.setAuctionAddress(queryInvoiceResult.getString("businessUnitAddress")); |
|
|
|
|
vehicleSaleInvoice.setAuctionTaxNo(queryInvoiceResult.getString("businessUnitTaxNo")); |
|
|
|
|
vehicleSaleInvoice.setAuctionBank(queryInvoiceResult.getString("businessUnitBankAndAccount")); |
|
|
|
|