xiaoyong931011
2021-08-09 e847891c4f6f12cee5e764f8c1fad001496b9740
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>