xiaoyong931011
2023-05-26 aafb8d5ced6cfeae10f0e7c70460f1e3f9a4c9d5
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -83,6 +83,10 @@
        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">
        select * from mall_member where invite_id=#{inviteId}
    </select>