From 002943e4dea72d57f2f001a9568e68ab7c4319df Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期二, 14 一月 2025 17:43:34 +0800
Subject: [PATCH] 12.18

---
 ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
index aa41f37..b93d522 100644
--- a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
+++ b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -62,7 +62,7 @@
             point,
             order_status as status,
             distribution_mode as distributionMode
-        from t_order where del_flag = 0 and pay_status = 2
+        from t_order where del_flag = 0 and pay_status = 2 and end_time is not null
         <if test="null != item.code and '' != item.code">
             and order_number like CONCAT('%', #{item.code}, '%')
         </if>

--
Gitblit v1.7.1