diff --git a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList2.jsp b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList2.jsp
index 002b2fb8c..2dae3ca38 100644
--- a/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList2.jsp
+++ b/WebContent/Tenwa/Lease/Flow/CollectionAudit/LcReviewAuditRentPlanList2.jsp
@@ -8,7 +8,7 @@
*/
String plan_date = DateAssistant.getToday();
- ASObjectModel doTemp = new ASObjectModel("ViLcReviewAuditRentPlanList2");
+ ASObjectModel doTemp = new ASObjectModel("VI_PAYMENTCERTIFICATE");
// doTemp.setJboWhere(" O.AUDIT_STATE = 'N'");
//默认预查询
//只有计划日期未收款的都可以收款
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
index f70f1d9d2..4db4e264d 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml
@@ -4823,6 +4823,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java b/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java
index f83784ade..0a4f48f07 100644
--- a/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java
+++ b/src_tenwa/com/tenwa/lease/app/quartzmession/Checkfordeduction.java
@@ -4,6 +4,8 @@ package com.tenwa.lease.app.quartzmession;
import java.util.HashMap;
import java.util.Map;
+import javax.swing.JOptionPane;
+
import jbo.voucher.LV_VOUCHER_CONFIG;
import com.amarsoft.are.jbo.BizObject;
@@ -146,7 +148,9 @@ public class Checkfordeduction {
for(String voucherno:voucher_nos){
CreateVoucher(voucherno);
}
+ JOptionPane.showMessageDialog(null, "执行成功");
}catch (Exception e){
+ JOptionPane.showMessageDialog(null, "执行失败");
e.printStackTrace();
}