KKSU
2024-02-26 5fcbc587a07aefa3eb450e9ec83089f8c567df1c
src/main/resources/mapper/modules/MallMemberMapper.xml
@@ -80,7 +80,7 @@
    </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">