diff --git a/WebContent/Accounting/LoanSimulation_change/RentPlanList.jsp b/WebContent/Accounting/LoanSimulation_change/RentPlanList.jsp index d6311e2d7..9dfaee16a 100644 --- a/WebContent/Accounting/LoanSimulation_change/RentPlanList.jsp +++ b/WebContent/Accounting/LoanSimulation_change/RentPlanList.jsp @@ -9,9 +9,9 @@ String nodeNo=CurPage.getParameter("NodeNo"); ASObjectModel doTemp = new ASObjectModel("LCRentPlanTempList"); doTemp.appendJboWhere(" and payment_number='"+plannumber+"'"); - if(null!=ishistory&&ishistory.equals("true") && !flowNo.equals("RentDormantFlow")){ + /* if(null!=ishistory&&ishistory.equals("true") && !flowNo.equals("RentDormantFlow")){ doTemp.setDataQueryClass("com.tenwa.lease.flow.flowarchive.calcarchive.CalcRentListArachiveShow"); - } + } */ CurPage.setAttribute("modelno","rent"); ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request); dwTemp.Style="1"; //--ÉèÖÃΪGrid·ç¸ñ--