diff --git a/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherMethodSettle/RedIncomeVoucherForCarTradition.java b/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherMethodSettle/RedIncomeVoucherForCarTradition.java index 9b2fbe551..47281ed29 100644 --- a/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherMethodSettle/RedIncomeVoucherForCarTradition.java +++ b/src_core/com/tenwa/voucher/CreateVoucherProcess/CreateVoucherMethodSettle/RedIncomeVoucherForCarTradition.java @@ -41,7 +41,6 @@ public class RedIncomeVoucherForCarTradition extends BaseBussiness { cvrict.CreateVoucher(FlowUnid, "PZ2018092500000212");//收到逾期利息--回租 cvrict.CreateVoucher(FlowUnid, "PZ2018100900000254");//收到逾期利息--直租 - System.out.println(0/0); return "true"; } }