KKSU
2024-02-27 7b710c5bb30d97005b06b28dfb09dca8bf6a04c5
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">