|
|
|
@ -688,7 +688,7 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
invoice.setPassenger(snInvoice.getRiderName()); |
|
|
|
|
invoice.setDepartCity(snInvoice.getStationGetOn()); |
|
|
|
|
invoice.setArriveCity(snInvoice.getStationGetOff()); |
|
|
|
|
if ("92".equals(invoice.getInvoiceTypeCode()) || "89".equals(invoice.getInvoiceTypeCode())) { |
|
|
|
|
if ("92".equals(invoice.getInvoiceTypeCode()) || "89".equals(invoice.getInvoiceTypeCode()) || "88".equals(invoice.getInvoiceTypeCode())) { |
|
|
|
|
if (snInvoice.getAmountTax() != null) |
|
|
|
|
invoice.setInvoiceAmount(new BigDecimal(snInvoice.getAmountTax())); |
|
|
|
|
} |
|
|
|
|