From 9017f9f85b95e44e3de7efe9fcc50a3090a640eb Mon Sep 17 00:00:00 2001 From: zhangbb Date: Sat, 28 Dec 2019 19:26:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=87=AA=E5=8A=A8=E5=8D=A1=E6=89=A3=E7=9A=84?= =?UTF-8?q?=E4=BA=92=E6=96=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_lease.xml | 2 ++ src_jbo/jbo/com/tenwa/lease/comm/LC_OCCUPY_RENT_LIST.java | 8 ++++++++ .../com/tenwa/lease/app/quartzmession/AutoBuckle.java | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml index b4cc239ad..e56ddb862 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_lease.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_lease.xml @@ -2579,6 +2579,8 @@ + + diff --git a/src_jbo/jbo/com/tenwa/lease/comm/LC_OCCUPY_RENT_LIST.java b/src_jbo/jbo/com/tenwa/lease/comm/LC_OCCUPY_RENT_LIST.java index 290e116ee..76c5ceab8 100644 --- a/src_jbo/jbo/com/tenwa/lease/comm/LC_OCCUPY_RENT_LIST.java +++ b/src_jbo/jbo/com/tenwa/lease/comm/LC_OCCUPY_RENT_LIST.java @@ -33,4 +33,12 @@ public interface LC_OCCUPY_RENT_LIST{ * FLOW_NAME STRING(32)
*/ public static final String FLOWUNID = "FLOWUNID"; + /** + * PLAN_ID STRING(32)
+ */ + public static final String PLAN_ID = "PLAN_ID"; + /** + * INPUTTIME STRING(32)
+ */ + public static final String INPUTTIME = "INPUTTIME"; } \ No newline at end of file diff --git a/src_tenwa/com/tenwa/lease/app/quartzmession/AutoBuckle.java b/src_tenwa/com/tenwa/lease/app/quartzmession/AutoBuckle.java index 12ff2a6cd..ba9ebb9e0 100644 --- a/src_tenwa/com/tenwa/lease/app/quartzmession/AutoBuckle.java +++ b/src_tenwa/com/tenwa/lease/app/quartzmession/AutoBuckle.java @@ -43,14 +43,14 @@ public class AutoBuckle implements Job { String flowName = bol.get(i).getAttribute("FLOW_NAME").toString(); if("网银收款".equals(flowName)){ //暂时没有让更新 - /*String flowunid = bol.get(i).getAttribute("FLOWUNID").toString(); + String flowunid = bol.get(i).getAttribute("FLOWUNID").toString(); List bof = JBOFactory.createBizObjectQuery(LC_RENT_INCOME_TEMP.CLASS_NAME,"FLOWUNID=:flowunid").setParameter("flowunid", flowunid).getResultList(false); if(bof.size()>0){ for(int j=0;j