From 63c13d19f3295b30e2c9c3ccfd19c06aa366a13c Mon Sep 17 00:00:00 2001 From: liuzhao Date: Fri, 21 Sep 2018 18:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0JBO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/etc/jbo/jbo_comm.xml | 2 ++ src_tenwa/quartz/ContractInfoForOverdue.java | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml index 4cb2eac1c..4695f29b0 100644 --- a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml +++ b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml @@ -775,6 +775,8 @@ + + diff --git a/src_tenwa/quartz/ContractInfoForOverdue.java b/src_tenwa/quartz/ContractInfoForOverdue.java index e11432471..e1cbc4665 100644 --- a/src_tenwa/quartz/ContractInfoForOverdue.java +++ b/src_tenwa/quartz/ContractInfoForOverdue.java @@ -3,8 +3,6 @@ package quartz; import java.util.List; import jbo.app.tenwa.calc.VI_CONTRACT_OVERDUE; -import jbo.com.tenwa.lease.carbrand.BUSINESS_STATUS; -import jbo.com.tenwa.lease.comm.LB_CONTRACT_INFO; import org.quartz.Job; import org.quartz.JobExecutionContext; @@ -20,9 +18,7 @@ import com.base.util.QuartzUtil; //import com.tenwa.action.channelportal.comm.ContractTransferRightForEnd; import com.tenwa.comm.util.jboutil.SaveBusinessStatus; import com.tenwa.lease.app.quartzmession.JobInitUserName; -//import com.tenwa.quartz.BeforeSerialTimingTask; -//import com.tenwa.quartz.service.BeforeSerialTimingTaskService; -//import com.tenwa.quartz.serviceImpl.BeforeSerialTimingTaskServiceImpl; + public class ContractInfoForOverdue implements Job{