From b01a1ebfbd65247abae6f245a1d32064b5633ddb Mon Sep 17 00:00:00 2001 From: Lemon Date: Fri, 9 Aug 2024 08:47:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=8D=A0=E6=A1=A9=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=90=8E=E7=AE=A1=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=94=AF=E4=BB=98=E7=8A=B6=E6=80=81=E7=AD=9B=E9=80=89=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/pile/OrderPileOccupyMapper.xml | 1 + jsowell-ui/src/views/pile/occupy/index.vue | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderPileOccupyMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderPileOccupyMapper.xml index e5dfc2605..a73b8aa74 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderPileOccupyMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderPileOccupyMapper.xml @@ -1017,6 +1017,7 @@ and t1.station_id = #{dto.stationId} and t1.plate_number = #{dto.plateNumber} and t1.status = #{dto.status} + and t1.pay_status = #{dto.payStatus} and t1.start_time = #{dto.startTime} and t1.order_amount = #{dto.orderAmount} and t1.pile_sn = #{dto.pileSn} diff --git a/jsowell-ui/src/views/pile/occupy/index.vue b/jsowell-ui/src/views/pile/occupy/index.vue index c5b2f3f51..8dea5df0e 100644 --- a/jsowell-ui/src/views/pile/occupy/index.vue +++ b/jsowell-ui/src/views/pile/occupy/index.vue @@ -7,6 +7,13 @@ + + + + +