diff --git a/WebContent/Accounting/LoanSimulation/RentPlanList.jsp b/WebContent/Accounting/LoanSimulation/RentPlanList.jsp index a0572dfa5..a22b5a4f1 100644 --- a/WebContent/Accounting/LoanSimulation/RentPlanList.jsp +++ b/WebContent/Accounting/LoanSimulation/RentPlanList.jsp @@ -27,9 +27,6 @@ doTemp.setVisible("INTEREST", false); doTemp.setVisible("CORPUS_BUSINESS", false); doTemp.setVisible("INTEREST_BUSINESS", false); - }else if(!"8009012002".equals(orgid)){ - doTemp.setVisible("CORPUS", false); - doTemp.setVisible("INTEREST", false); } CurPage.setAttribute("modelno","rent"); doTemp.setJboClass(tcb.getRentPlan_tb());