From 7238f6950a1af12666c7bbd65895b1d81d90785b Mon Sep 17 00:00:00 2001 From: liuzhao Date: Thu, 3 Jan 2019 15:23:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E4=BF=A1=E6=81=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../contractInfoAllView/contractInfoAllViewList.jsp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp index ee104d9cd..8a17625d7 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/contractInfoAllView/contractInfoAllViewList.jsp @@ -26,14 +26,13 @@ ASObjectModel doTemp = new ASObjectModel(Model); if("ContractInfoAllViewFroJXS".equals(Model)){ /* String sCondtion=DataRightManager.getRightCondition(CurUser,"O", "contract"); */ - doTemp.appendJboWhere(" and O.distributor_id='"+distributor_id+"'"); + //做合同信息查询加权限时将此代码注释掉了 + //doTemp.appendJboWhere(" and O.distributor_id='"+distributor_id+"'"); } //合同信息查询加权限 - //if("ContractInfoAllViewFroJXS".equals(Model)){ - if(!"administrator".equals(userid1)){ - doTemp.appendJboWhere(" and O.project_manage='"+userid1+"'"); - } - //} + if(!"administrator".equals(userid1)){ + doTemp.appendJboWhere(" and O.project_manage='"+userid1+"'"); + } ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--设置为Grid风格--