From 95c354e239c2391fe76b34c59515c3a8df17cd6a Mon Sep 17 00:00:00 2001 From: Derran Date: Thu, 19 Mar 2026 17:43:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 06ddc49..481dd83 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 @@ -21,7 +21,7 @@ LEFT JOIN da_marriage_bounty_order as dmbo on dmbo.id=dora.order_id LEFT JOIN da_marriage_information as dmi on dmi.id=dmbo.mi_id LEFT JOIN da_account as daa on daa.is_delete=0 and daa.type=2 and daa.user_id=dmbo.user_id - where dora.is_delete=0 and dora.refund_order_type=1 + where dora.is_delete=0 and dora.`operation_status` = #{queryParams.operationStatus}