From eb088d574bb8d9cc9471fbd3d8b64d837ebdb6e9 Mon Sep 17 00:00:00 2001 From: liuzhao Date: Sun, 26 Aug 2018 17:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=90=8C=E7=BB=93=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActualPayment/ActualPaymentCarTempList.jsp | 17 +++-------------- WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 1 - .../fund/fundcollection/FundIncomeMethod.java | 1 - 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp index 785cb0ed1..d94f3bf56 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/ActualPaymentCarTempList.jsp @@ -213,20 +213,9 @@ AsDebug.showMessage("提示","操作失败","","",true); } }else{ - contractIds = ""; - for(var i in rows){ - contractIds += "@"+getItemValue(0,i,"CONTRACT_ID"); - } - contractIds = contractIds.substring(1); - var result = RunJavaMethodTrans("com.tenwa.flow.fund.fundcollection.FundIncomeMethod","delTemp","contractIds="+contractIds+",flowunid=<%=flowunid%>,userId=<%=CurUser.getUserID()%>,orgId=<%=CurUser.getOrgID()%>,status=cancel"); - if("SUCCESS" == result){ - as_delete(0,'updateTemp()'); - AsDebug.showMessage("提示","操作成功!","","",true); - reloadSelf(); - }else{ - AsDebug.showMessage("提示","操作失败","","",true); - } - + as_delete(0,'updateTemp()'); + AsDebug.showMessage("提示","操作成功!","","",true); + reloadSelf(); } } function updateTemp(){ diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index 3b214da9f..69bdd00ad 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -4296,7 +4296,6 @@ - diff --git a/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java b/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java index e42044a77..5f77e3f6d 100644 --- a/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java +++ b/src_tenwa/com/tenwa/flow/fund/fundcollection/FundIncomeMethod.java @@ -375,7 +375,6 @@ public class FundIncomeMethod { otherProperty.put("INCOME_ID", bo.getAttribute("ID").getString()); otherProperty.put(LC_FUND_INCOME.EBANK_STATUS, "03"); DataOperatorUtil.copySingleJBO(LC_FUND_INCOME.CLASS_NAME, fromCondition,LC_FUND_INCOME_TEMP.CLASS_NAME, null, otherProperty,tx); - BussinessStatusAndDetailAction.stageRun( tx, userId, contractId, "30"); } } Transaction sqlTran = Transaction.createTransaction(tx);