更新JBO

This commit is contained in:
liuzhao 2018-09-21 18:32:49 +08:00
parent b80d3f519a
commit 63c13d19f3
2 changed files with 3 additions and 5 deletions

View File

@ -775,6 +775,8 @@
<attribute name="CAUTION_INVOICE_TYPE" label="保证金发开票类型" type="STRING" length="32"/>
<attribute name="gps_install_fee" label="GPS安装服务费税率" type="STRING" length="32"/>
<attribute name="gps_type" label="GPS安装服务费开票类型" type="STRING" length="32"/>
<attribute name="penalty" label="逾期利息" type="STRING" length="32"/>
<attribute name="break_money" label="违约金" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>

View File

@ -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{