KKSU
2024-02-22 e197a089e0384c847dbf7c75f30cad1af8c3b986
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -80,7 +80,11 @@
    </select>
    <select id="selectInfoByAccount" resultType="cc.mrbird.febs.mall.entity.MallMember">
        select * from mall_member where phone=#{account} or email=#{account} or invite_id=#{account}
        select * from mall_member where phone = #{account} or email = #{account} or invite_id=#{account}
    </select>
    <select id="selectInfoByAccountNew" resultType="cc.mrbird.febs.mall.entity.MallMember">
        select * from mall_member where phone = #{phone} and account_login = #{account}
    </select>
    <select id="selectInfoByInviteId" resultType="cc.mrbird.febs.mall.entity.MallMember">