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 @@ + + + + +