From 88c294941ed4ffd8937ecb6d67b9edefdf14e189 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Mon, 4 Jun 2018 20:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E6=9C=BA=E6=9E=84=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E9=80=89=E6=8B=A9=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppConfig/FlowManage/FlowUserConfig/flowUserSelect.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/AppConfig/FlowManage/FlowUserConfig/flowUserSelect.jsp b/WebContent/AppConfig/FlowManage/FlowUserConfig/flowUserSelect.jsp index b6ddc99c2..5974c6971 100644 --- a/WebContent/AppConfig/FlowManage/FlowUserConfig/flowUserSelect.jsp +++ b/WebContent/AppConfig/FlowManage/FlowUserConfig/flowUserSelect.jsp @@ -15,7 +15,7 @@ //if(curOrgId.length()>13){ // curOrgId=curOrgId.substring(0,13); //} - curOrgId=curOrgId.substring(0,curOrgId.length()-4); + curOrgId=curOrgId.substring(0,curOrgId.length()-3); pid=curOrgId; String selectType=CurPage.getParameter("selectType"); String flowno=CurPage.getParameter("flowno");