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{