xiaoyong931011
2020-07-16 71d0fae3ac7113f813a73fdbcd76a608fce30e38
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">
@@ -30,7 +30,7 @@
                </if>
            </if>
        </where>
        order by create_time desc
        order by m.create_time desc
    </select>
    
    <select id="findMemberAccountInfoListInPage" resultType="com.xcong.excoin.modules.trademanage.vo.MemberAccountInfoVo">