diff --git a/WebContent/Tenwa/Customer/Lessee/Person/CustomerPersonList.jsp b/WebContent/Tenwa/Customer/Lessee/Person/CustomerPersonList.jsp index 9f73af922..84b758aae 100644 --- a/WebContent/Tenwa/Customer/Lessee/Person/CustomerPersonList.jsp +++ b/WebContent/Tenwa/Customer/Lessee/Person/CustomerPersonList.jsp @@ -17,7 +17,7 @@ //通过显示模版产生模型对象doTemp ASObjectModel doTemp = new ASObjectModel(sTempletNo); - String otherWhere=DataRightManager.getRightCondition(CurUser,"O","cust"); + String otherWhere=DataRightManager.getRightCondition(CurUser,"O"); doTemp.appendJboWhere(otherWhere); ASObjectWindow dwTemp = new ASObjectWindow(CurPage ,doTemp,request); dwTemp.setPageSize(10);