ariesy 入库补充二手车字段

release
yefei 2 years ago
parent ef095b4b5f
commit b7a61dc17f
  1. 7
      dxhy-erp/src/main/java/com/dxhy/erp/service/impl/SignSaveInvoiceInfoServiceImpl.java

@ -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"));

Loading…
Cancel
Save