From 42ee97dee9ed08985b2ae7e0486a3b863f7c51e1 Mon Sep 17 00:00:00 2001 From: Derran Date: Sat, 3 Aug 2024 16:07:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E9=80=80=E6=AC=BE=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/ora/OrderRefundApplicationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dating-agency-mall-server/src/main/resources/mapper/ora/OrderRefundApplicationMapper.xml b/dating-agency-mall-server/src/main/resources/mapper/ora/OrderRefundApplicationMapper.xml index 89c41fd..269b7f5 100644 --- a/dating-agency-mall-server/src/main/resources/mapper/ora/OrderRefundApplicationMapper.xml +++ b/dating-agency-mall-server/src/main/resources/mapper/ora/OrderRefundApplicationMapper.xml @@ -18,7 +18,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 + where dora.is_delete=0 and dora.refund_order_type=1 and dora.`status` = #{queryParams.status}