From a1170e718106a41d26dd47cc7354ce46b7db58fd Mon Sep 17 00:00:00 2001 From: tangfutang Date: Thu, 18 Mar 2021 14:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=B8=B8=E5=AE=A2=E6=88=B7=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProductConfig/ProductViewTree.jsp | 2 +- .../BigdataBairong/BigdataBairongList.jsp | 4 +-- .../etc/app/component/component-config.xml | 2 +- .../component/component-parameter-config.xml | 2 +- src_sql/dailyfix/tft_dailyfix.sql | 26 +++++++++++++++++++ src_sql/view/vi_normalsettle_contract.sql | 2 +- 6 files changed, 32 insertions(+), 6 deletions(-) diff --git a/WebContent/ProductManage/ProductConfig/ProductViewTree.jsp b/WebContent/ProductManage/ProductConfig/ProductViewTree.jsp index b9afc8a13..de32f9c27 100644 --- a/WebContent/ProductManage/ProductConfig/ProductViewTree.jsp +++ b/WebContent/ProductManage/ProductConfig/ProductViewTree.jsp @@ -13,7 +13,7 @@ String condition =""; String flag="false"; //80009U00000001为adminG(张俊创建账户) - if("administrator".equals(userid)||"admin".equals(userid)||"80009U00000001".equals(userid)){ + if("administrator".equals(userid)||"admin".equals(userid)||"80009U00000001".equals(userid)||CurUser.hasRole("800R00000072")){ flag="true"; }else{ condition =ObjectWindowHelper.getProductList(userid); diff --git a/WebContent/Tenwa/Lease/Flow/Comm/BigdataBairong/BigdataBairongList.jsp b/WebContent/Tenwa/Lease/Flow/Comm/BigdataBairong/BigdataBairongList.jsp index bf5c50035..7687ad8d3 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/BigdataBairong/BigdataBairongList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/BigdataBairong/BigdataBairongList.jsp @@ -20,7 +20,7 @@ //0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格 String sButtons[][] = { - {"true","All","Button","获取百融数据","获取百融数据","getBaironginfo()","","","","btn_icon_add",""} + {"true","","Button","获取百融数据","获取百融数据","getBaironginfo()","","","","btn_icon_add",""} }; %><%@include file="/Frame/resources/include/ui/include_list.jspf"%>