<%@ 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"%>

用户高级认证

<%@ include file="include/alert.jsp"%>
查询条件
查询结果
用户 UID 推荐人 账户类型 亲属姓名 亲属关系 亲属电话 认证状态 客户提交时间 审核操作时间 原因
${item.username} ${item.usercode} ${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.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.roleNameDesc} ${item.relatives_name} ${item.relatives_relation} ${item.relatives_phone} 未审核 审核中 审核通过 未通过 ${item.apply_time} ${item.operation_time} ${item.msg}
<%@ include file="include/page_simple.jsp"%>
<%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>