From a38d45a52dc3ebcc7811889c37a71c26cdfb4f85 Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Tue, 28 Jun 2022 10:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E6=9F=A5=E8=AF=A2=E7=9A=84=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/XhpcClearingHistoryOrderMapper.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcClearingHistoryOrderMapper.xml b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcClearingHistoryOrderMapper.xml index a75382f5..aa0dcee7 100644 --- a/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcClearingHistoryOrderMapper.xml +++ b/xhpc-modules/xhpc-activity/src/main/resources/mapper/XhpcClearingHistoryOrderMapper.xml @@ -277,12 +277,9 @@ and ho.charging_station_id=#{params.stationId} - + and find_in_set(ho.clearing_checkout_id, #{params.checkoutIds}) - - and find_in_set(ho.clearing_order_id, #{params.orderIds}) - and ho.operator_id =#{params.operatorId}