From 25fb65540710ad0c90cbb0333cacbddef11b3f2b Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 28 Feb 2022 15:41:49 +0800 Subject: [PATCH] fix 40 to 50 --- gc-user/src/main/resources/mapper/user/UserShareInfoMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gc-user/src/main/resources/mapper/user/UserShareInfoMapper.xml b/gc-user/src/main/resources/mapper/user/UserShareInfoMapper.xml index 591e275..68b0cee 100644 --- a/gc-user/src/main/resources/mapper/user/UserShareInfoMapper.xml +++ b/gc-user/src/main/resources/mapper/user/UserShareInfoMapper.xml @@ -5,4 +5,8 @@ <select id="selectByRegistPhone" resultType="com.xzx.gc.entity.UserShareInfo"> select * from xzx_user_share_info where register_mobile_phone=#{registPhone} </select> + + <select id="selectByPhone" resultType="com.xzx.gc.entity.UserShareInfo"> + select * from xzx_user_share_info where mobile_phone=#{phone} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1