|
|
@ -4436,7 +4436,7 @@ public class FinCollectionConfirmationService extends MybatisBaseService<FinColl |
|
|
|
CollectionVoucher.CollectionVoucherDetail d = getReturnBackMoneyVoucher(v, collectionDate); |
|
|
|
voucherDetails.add(d); |
|
|
|
} |
|
|
|
//推送间还待转付列表
|
|
|
|
//推送间还待转付列表--若回购则推送已转付的间还还款记录、若不是回购则间还待转付列表。
|
|
|
|
if (v.getReceivablesName().equals("月还") || v.getReceivablesName().equals("资方逾期利息")) { |
|
|
|
if (null != planDetails) { |
|
|
|
if("1".equals(busSalesOrderVehicle.getRepoState().toString())){//回购
|
|
|
|