From caf043cc7218a816b70875dd9c0ec56daaf286bd Mon Sep 17 00:00:00 2001 From: yefei Date: Fri, 28 Apr 2023 19:51:31 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E8=A7=A3=E5=86=B3=E5=AE=9E=E5=90=8D?= =?UTF-8?q?=E5=AE=A2=E7=A5=A8=E6=B2=A1=E6=9C=89=E8=BF=94=E5=9B=9E=E7=A8=8E?= =?UTF-8?q?=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/dxhy/core/model/InvoiceMainBodyVO.java | 1 + dxhy-core/src/main/resources/mapper/TicketMapper.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/dxhy-core/src/main/java/com/dxhy/core/model/InvoiceMainBodyVO.java b/dxhy-core/src/main/java/com/dxhy/core/model/InvoiceMainBodyVO.java index 1275a8f4..b4c27012 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/model/InvoiceMainBodyVO.java +++ b/dxhy-core/src/main/java/com/dxhy/core/model/InvoiceMainBodyVO.java @@ -52,6 +52,7 @@ public class InvoiceMainBodyVO { private String departureCity; private String reachingCity; private String taxRate; + private String taxCode; private String selectId; private Integer xh; private String remark; diff --git a/dxhy-core/src/main/resources/mapper/TicketMapper.xml b/dxhy-core/src/main/resources/mapper/TicketMapper.xml index 6fa26570..d2067372 100644 --- a/dxhy-core/src/main/resources/mapper/TicketMapper.xml +++ b/dxhy-core/src/main/resources/mapper/TicketMapper.xml @@ -133,6 +133,7 @@ tax_amount, total_amount, tax_rate, + tax_code, train_number, date_format(ticket_departure_time,'%Y-%m-%d %H:%i:%s') ticket_departure_time, date_format(ticket_arrival_time,'%Y-%m-%d %H:%i:%s') ticket_arrival_time,