From d43b38985b378bec9e3c762d8170d316a1e80746 Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Tue, 14 Aug 2018 20:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=AE=E6=94=B9=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=83=E9=99=90=E4=B8=BA=E6=A0=B9=E6=8D=AE=E4=B8=BB?= =?UTF-8?q?=E8=A1=A8=E5=BD=92=E5=B1=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Tenwa/Customer/Lessee/Person/CustomerPersonList.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);