From 832c911439b27f96596aff9d0e67ddc1e0ce2cf3 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 29 Aug 2022 17:15:58 +0800
Subject: [PATCH] 20220822

---
 src/main/resources/mapper/modules/MallRefundMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallRefundMapper.xml b/src/main/resources/mapper/modules/MallRefundMapper.xml
index 96814b7..2de0197 100644
--- a/src/main/resources/mapper/modules/MallRefundMapper.xml
+++ b/src/main/resources/mapper/modules/MallRefundMapper.xml
@@ -5,7 +5,6 @@
     <select id="selectByItemIdAndOrderIdAndState" resultType="cc.mrbird.febs.mall.entity.MallRefundEntity">
 
         select a.* from mall_refund a
-            where item_id=#{itemId} and order_id=#{orderId} and state=#{state}
         <where>
             <if test="itemId != null and itemId != ''">
                 and a.item_id = #{itemId}

--
Gitblit v1.9.1