From 3497ea687b7df028ac142f694939ddbed885d578 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 11 Dec 2018 19:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0jbo=20=E7=94=9F=E6=88=90?= =?UTF-8?q?=E5=87=AD=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LcReviewAuditRentPlanList2.jsp | 2 +- WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 27 +++++++++++++++++++ .../app/quartzmession/Checkfordeduction.java | 4 +++ 3 files changed, 32 insertions(+), 1 deletion(-) 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(); }