diff --git a/web/home/home.jsp b/web/home/home.jsp index 4ebb924..3910f7d 100644 --- a/web/home/home.jsp +++ b/web/home/home.jsp @@ -37,10 +37,10 @@ pageContext.setAttribute("userType",type); Condition condition=user.getCondition(); List pList=condition.getProcesses(); - String name=condition.get(1).getButtonName(); pageContext.setAttribute("list",pList); int length=pList.size(); int index=0; + int num=0; %>
@@ -84,11 +84,12 @@