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