From 42720ae3b51db80ce710a11c21212d2b02d2116d Mon Sep 17 00:00:00 2001 From: zhangjun Date: Thu, 20 Jun 2019 20:10:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B8=A0=E9=81=93=E5=95=86?= =?UTF-8?q?=E7=A7=9F=E9=87=91=E8=AE=A1=E5=88=92=E6=8A=A5=E8=A1=A8=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Flow/RentCollection/rentcollection/CapgeminiReport.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/CapgeminiReport.jsp b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/CapgeminiReport.jsp index 438223895..5f980e2d1 100644 --- a/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/CapgeminiReport.jsp +++ b/WebContent/Tenwa/Lease/Flow/RentCollection/rentcollection/CapgeminiReport.jsp @@ -28,12 +28,14 @@ doTemp.appendJboWhere(" and lci.project_manage='"+userid+"'"); //导出有权限 template = "cff950db664c4faeb1f4656629176004"; + }else{ + template = "cff950db664c4faeb1f4656629176004"; } String belongorg = Sqlca.getString("select belongorg from user_info where userid='"+userid+"'"); String distributor_no = Sqlca.getString("select distributor_no from distributor_info where orgid='"+belongorg+"'"); if(roleList.contains("800R00000051")){ - doTemp.appendJboWhere(" and lci.distributor_id='"+distributor_no+"'"); + doTemp.appendJboWhere(" and O.distributor_no='"+distributor_no+"'"); template = "cff950db664c4faeb1f4656629176004"; }