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}