Commit 4cb61878 authored by Data-王博's avatar Data-王博

湖北消金 - 批扣文件

parent c53c01ec
......@@ -444,7 +444,7 @@ public class HuBeiServiceImpl implements IHuBeiService {
if(!CollectionUtils.isEmpty(repayXyqbDetailList)){
RepayXyqbDetail repayXyqbDetail = repayXyqbDetailList.get(0);
//应还日或者逾期 湖北不能接收再提前还款
if(repayXyqbDetailList.size()==0&&repayXyqbDetail.getCurrTermNo().compareTo(history.getCurrTermNo())==0){
if(repayXyqbDetailList.size()==1&&repayXyqbDetail.getCurrTermNo().compareTo(history.getCurrTermNo())==0){
RepaymentPlanDetail repaymentPlanDetail = noYetContractMapRepayPlan.get(history.getContactNo());
if(repaymentPlanDetail!=null){
//湖北罚息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment