From 930658f087df885f01cefbba30856303e0528c58 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 04 Feb 2024 18:06:49 +0800
Subject: [PATCH] 确认收货更新用户的会员信息

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

diff --git a/src/main/resources/mapper/modules/MallProductBuyMapper.xml b/src/main/resources/mapper/modules/MallProductBuyMapper.xml
index c5af12d..7fae45d 100644
--- a/src/main/resources/mapper/modules/MallProductBuyMapper.xml
+++ b/src/main/resources/mapper/modules/MallProductBuyMapper.xml
@@ -55,4 +55,12 @@
         where a.member_id = #{memberId}
     </select>
 
+    <select id="selectSellListInPage" resultType="cc.mrbird.febs.mall.vo.ApiOrderSellVo">
+        select a.*
+        from mall_product_sell a
+        where a.state = #{record.state}
+          and a.member_id = #{record.memberId}
+        order by a.CREATED_TIME desc
+    </select>
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1