<%@ page contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@ taglib tagdir="/WEB-INF/tags/simpletable" prefix="simpletable"%> <%@ include file="/commons/taglibs.jsp"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> <%@ include file="/commons/meta.jsp"%> 流程总览 <%@ include file="/commons/messages.jsp"%>
流程总览
应用名称(${params.appSum }) 流程定义(${params.runtaskSum }) 流程实例(运行中)(${params.procinstOneSum }) 流程历史(已办结)(${params.procinstFiveSum }) 流程待办(${params.procdefSum })
${item.APPNAME}  ${item.RUNTASKNUM == null ? 0 : item.RUNTASKNUM}  ${item.PROCINSTONENUM == null ? 0 : item.PROCINSTONENUM}  ${item.PROCINSTFIVENUM == null ? 0 : item.PROCINSTFIVENUM}  ${item.PROCDEFNUM == null ? 0 : item.PROCDEFNUM}