From e833f1d8453b6f18d334f75ffb5988dcea30be86 Mon Sep 17 00:00:00 2001 From: Derran Date: Wed, 25 Mar 2026 16:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E6=9C=8D=E5=8A=A1=E8=B4=B9?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/ora/PurchaseProductRecordQueryService.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dating-agency-mall-server/src/main/resources/mapper/ora/PurchaseProductRecordQueryService.xml b/dating-agency-mall-server/src/main/resources/mapper/ora/PurchaseProductRecordQueryService.xml index 1d3fb29..70b0569 100644 --- a/dating-agency-mall-server/src/main/resources/mapper/ora/PurchaseProductRecordQueryService.xml +++ b/dating-agency-mall-server/src/main/resources/mapper/ora/PurchaseProductRecordQueryService.xml @@ -38,7 +38,6 @@ and dora.create_time BETWEEN #{queryParams.applyTimeFrom} and #{queryParams.applyTimeTo} - UNION ALL select dora.id, @@ -56,7 +55,7 @@ from da_order_refund_application as dora LEFT JOIN da_entrust_service_order as dmbo on dmbo.id=dora.order_id LEFT JOIN da_marriage_information as dmi on dmi.id=dmbo.initiator_mi_id - LEFT JOIN da_account as daa on daa.is_delete=0 and daa.type=2 and daa.user_id=dmbo.target_user_id + LEFT JOIN da_account as daa on daa.is_delete=0 and daa.type=2 and daa.user_id=dmbo.initiator_user_id where dora.is_delete=0 and dora.refund_order_type=2 and dora.`operation_status` = #{queryParams.operationStatus}