fix
Helius
2021-08-09 51845e4b8ed9a1f0c828d1e0c6a827867a69f192
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>