From cf7c5884c6224ccfafa103bce772f4292ce4a800 Mon Sep 17 00:00:00 2001 From: zhangbb Date: Mon, 9 Dec 2019 09:32:55 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=BD=91=E9=93=B6=E6=8E=A5=E5=8F=A3=E8=BF=90?= =?UTF-8?q?=E8=90=A5=E5=8F=AA=E8=83=BD=E7=9C=8B=E5=88=B0=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E6=94=B6=E5=85=A5=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Lease/App/Interface/Ebank/LCEbankList.jsp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/WebContent/Tenwa/Lease/App/Interface/Ebank/LCEbankList.jsp b/WebContent/Tenwa/Lease/App/Interface/Ebank/LCEbankList.jsp index ac8189178..1154ffbac 100644 --- a/WebContent/Tenwa/Lease/App/Interface/Ebank/LCEbankList.jsp +++ b/WebContent/Tenwa/Lease/App/Interface/Ebank/LCEbankList.jsp @@ -17,12 +17,11 @@ flag = "true"; falgConfirm = "true"; } - //资管业务员和资管负责人 - String role_arr[] = {"800R00000019","800R00000020"}; - if(CurUser.hasRole(role_arr)){ + + if("8009011003".equals(department)){ flag = "false"; falgConfirm = "true"; - } + } //ASObjectModel doTemp = new ASObjectModel("LCEbankList"); ASObjectModel doTemp = new ASObjectModel("LCEbankListchly"); //String sCondtion=DataRightManager.getRightCondtion(CurUser,(CurUser.hasRole("299")?session.getAttribute("managerPlatFormOrgId").toString():CurUser.getOrgID()), Sqlca, "O.","default");