xiaoyong931011
2020-07-16 a719b1c8617fa37b22c55307d20796cda14e3c7d
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">
                <if test="record.account!=null and record.account!=''">
                    and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                </if>
                <if test="record.accountStatus!=null">
@@ -25,7 +25,7 @@
                <if test="record.accountType != null" >
                    and m.account_type = #{record.accountType}
                </if>
                <if test="record.certifyStatus != null">
                <if test="record.certifyStatus != null and record.certifyStatus!=''">
                    and m.certify_status = #{record.certifyStatus}
                </if>
            </if>