<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ include file="include/pagetop.jsp"%> <%@ include file="include/head.jsp"%> <%@ include file="include/loading.jsp"%>

质押2.0配置

<%@ include file="include/alert.jsp"%>
查询条件
查询结果
新增
用户名 UID 账户类型 推荐人 参与金额最小值 参与金额最大值 有效下级质押金额最小值 静态收益原力值 动态收益助力值 团队收益利润率 创建时间 更新时间
${fn:substring(item.username,0,6)}*****${fn:substring(item.username,fn:length(item.username) - 6, fn:length(item.username))} ${item.username} ${item.usercode} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${fn:substring(item.username_parent,0,6)}*****${fn:substring(item.username_parent,fn:length(item.username_parent) - 6, fn:length(item.username_parent))} ${item.username_parent} ${item.pledge_amount_min} ${item.pledge_amount_max} ${item.valid_recom_pledge_amount_min} ${item.static_income_force_value} ${item.dynamic_income_assist_value} ${item.team_income_profit_ratio} ${item.created} ${item.updated}
<%@ include file="include/page_simple.jsp"%>
<%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>