From d629b88c3b8f3f85a320a51c628f9b4391106ff4 Mon Sep 17 00:00:00 2001 From: tangft <32189@DESKTOP-M6TAG3K> Date: Thu, 16 May 2019 13:47:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A3=E6=AC=BE=E4=BF=A1=E6=81=AF=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E6=B5=81=E7=A8=8B=EF=BC=8C=E4=BB=8E=E5=B7=B2=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E4=B8=AD=E5=88=97=E8=A1=A8=E5=88=B0=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=90=88=E5=90=8C=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=B2=A1=E6=9C=89=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lease/Flow/Rent/CautionMoneyDeduction/ContractInfo.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfo.jsp b/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfo.jsp index 1558e5d02..4e55657be 100644 --- a/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Rent/CautionMoneyDeduction/ContractInfo.jsp @@ -13,7 +13,7 @@ sTempletNo = "LBContractInfoTemp_Car"; } ASObjectModel doTemp = new ASObjectModel(sTempletNo); - if(null!=ishistory&&ishistory.equals("true")){ + if(null!=ishistory&&ishistory.equals("true")&&!"AccountChangeFlow".equals(CurPage.getParameter("FlowNo"))){ doTemp.setDataQueryClass("com.tenwa.flow.flowHistory.FlowDataInfoHistory");//如果是历史则新显示历史数据 } ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);