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);