Helius
2020-07-10 172862b89d944a852209a50cf48204e3cbc4f362
modify
2 files modified
6 ■■■■ changed files
src/main/resources/mapper/modules/AgentReturnDao.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/agent/member.html 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/AgentReturnDao.xml
@@ -33,6 +33,6 @@
                and (c.phone=#{record.account} or c.email=#{record.account} or c.invite_id=#{record.account})
            </if>
        </where>
        order by order_no, referer_id asc
        order by create_time desc
    </select>
</mapper>
src/main/resources/templates/febs/views/modules/agent/member.html
@@ -87,8 +87,8 @@
<script type="text/html" id="account-type">
    {{#
    var accountType = {
    2: {title: '正常账号'},
    1: {title: '测试账号'}
    1: {title: '正常账号'},
    2: {title: '测试账号'}
    }[d.accountType];
    }}
    <span>{{ accountType.title }}</span>