fix
Helius
2021-12-20 30b3c45471ccaa864c98706695e683d957f99e60
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>