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风格--