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

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

diff --git a/src/main/resources/mapper/modules/MallAgentRecordMapper.xml b/src/main/resources/mapper/modules/MallAgentRecordMapper.xml
index 5f1d001..beb964a 100644
--- a/src/main/resources/mapper/modules/MallAgentRecordMapper.xml
+++ b/src/main/resources/mapper/modules/MallAgentRecordMapper.xml
@@ -59,4 +59,8 @@
         where a.city = #{city}
     </select>
 
+    <select id="getRollPerkInfo" resultType="cc.mrbird.febs.mall.vo.AdminAgentLevelSetInfoVo">
+        select a.id ,a.roll_name levelCode from mall_roll a where id = 1
+    </select>
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1