xiaoyong931011
2020-07-15 509d0884e12ae33b94226f4fb7105b9808a1bed9
src/main/resources/mapper/modules/MemberMapper.xml
@@ -16,7 +16,7 @@
                <if test="record.endTime!=null">
                    and #{record.endTime} >= m.create_time
                </if>
                <if test="record.account!=null and record.account!=''">
                <if test="record.account!=null">
                    and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                </if>
                <if test="record.accountStatus!=null">