xiaoyong931011
2021-06-04 db93e8671fe9192dcd3ec5b364b65c672073b56e
20210604
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MemberMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MemberMapper.xml
@@ -1986,7 +1986,7 @@
                    and #{record.endTime} >= m.create_time
                </if>
                <if test="record.account!=null and record.account!=''">
                    and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                    and (m.phone like concat('%',  #{record.account},'%') or m.email like concat('%',  #{record.account},'%') or m.invite_id like concat('%',  #{record.account},'%'))
                </if>
                <if test="record.accountStatus!=null">
                    and m.account_status = #{record.accountStatus}