diff --git a/WebContent/Accounting/LoanSimulation/RentPlanQueryList.jsp b/WebContent/Accounting/LoanSimulation/RentPlanQueryList.jsp index 057aa2fb4..635491d34 100644 --- a/WebContent/Accounting/LoanSimulation/RentPlanQueryList.jsp +++ b/WebContent/Accounting/LoanSimulation/RentPlanQueryList.jsp @@ -20,7 +20,16 @@ } ASObjectModel doTemp = new ASObjectModel(sTempletNo); - + String orgid = CurUser.getOrgID(); + if(CurUser.hasRole("401")){ + doTemp.setVisible("CORPUS", false); + doTemp.setVisible("INTEREST", false); + doTemp.setVisible("CORPUS_BUSINESS", false); + doTemp.setVisible("INTEREST_BUSINESS", false); + }else if(!"8009012002".equals(orgid)){ + doTemp.setVisible("CORPUS", false); + doTemp.setVisible("INTEREST", false); + } ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格-- dwTemp.ReadOnly = "1"; //只读模式 diff --git a/WebContent/META-INF/context.xml b/WebContent/META-INF/context.xml index 83dcfe59c..7cee037b2 100644 --- a/WebContent/META-INF/context.xml +++ b/WebContent/META-INF/context.xml @@ -11,7 +11,8 @@ password="apzl@2018" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false" /> - + -->