From 38b8f68d67d5d278b3440497b9ca2b92951bf70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E6=A5=9A?= <823169880@qq.com> Date: Tue, 15 Jan 2019 23:47:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/master' into hechu1 # Conflicts: # .idea/artifacts/GDMS_war_exploded.xml # .idea/artifacts/gdms_Web_exploded.xml # .idea/artifacts/gdms_war_exploded.xml # .idea/misc.xml --- web/home/home.jsp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 @@