From c094aa1a63e711a632f24a17f21462778829ecc7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 10 Nov 2021 15:08:01 +0800
Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop

---
 gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml b/gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml
index e1f1ed2..50b7299 100644
--- a/gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml
+++ b/gc-order/src/main/resources/mapper/order/UserShareInfoMapper.xml
@@ -165,5 +165,7 @@
             </if>
     </select>
 
-
+    <select id="selectUserShareInfoByInvited" resultType="com.xzx.gc.entity.UserShareInfo">
+        select * from xzx_user_share_info where register_mobile_phone=#{phone};
+    </select>
 </mapper>

--
Gitblit v1.9.1