Commit c53c01ec authored by Data-王博's avatar Data-王博

湖北消金 - 提前还款文件 bug

parent dd3b2374
...@@ -94,6 +94,9 @@ public class HuBeiReturnDiscScheduler { ...@@ -94,6 +94,9 @@ public class HuBeiReturnDiscScheduler {
}else if(HubeiCFCDataType.RETURN_BATCH_COMPENSATION.get().equals(history.getDataType())){ }else if(HubeiCFCDataType.RETURN_BATCH_COMPENSATION.get().equals(history.getDataType())){
history.setDocNameId(docCompensationId); history.setDocNameId(docCompensationId);
}else if(HubeiCFCDataType.RETURN_ADVANCE_REPAYMENT.get().equals(history.getDataType())){ }else if(HubeiCFCDataType.RETURN_ADVANCE_REPAYMENT.get().equals(history.getDataType())){
if(history.getSeqNo().compareTo(maxReqNo)>0){
maxReqNo = history.getSeqNo();
}
if(advanceIdMap.containsKey(history.getSeqNo())){ if(advanceIdMap.containsKey(history.getSeqNo())){
history.setDocNameId(advanceIdMap.get(history.getSeqNo())); history.setDocNameId(advanceIdMap.get(history.getSeqNo()));
}else { }else {
...@@ -101,7 +104,6 @@ public class HuBeiReturnDiscScheduler { ...@@ -101,7 +104,6 @@ public class HuBeiReturnDiscScheduler {
advanceIdMap.put(history.getSeqNo(),advanceDoc.getId()); advanceIdMap.put(history.getSeqNo(),advanceDoc.getId());
history.setDocNameId(advanceDoc.getId()); history.setDocNameId(advanceDoc.getId());
} }
} }
iHuBeiCFCDao.saveHistory(history); iHuBeiCFCDao.saveHistory(history);
} }
......
hubei.mail.touser=bo.wang@quantgroup.cn hubei.mail.touser=bo.wang@quantgroup.cn
#存储每次请求响应的日志文件
hubei.history.filepath=E:/hubeitest/ hubei.history.filepath=E:/hubeitest/
log_dir=quant_group log_dir=quant_group
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启 #定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
......
hubei.mail.touser=bo.wang@quantgroup.cn hubei.mail.touser=bo.wang@quantgroup.cn
#存储每次请求响应的日志文件
hubei.history.filepath=/vpants/hubeifiles/ hubei.history.filepath=/vpants/hubeifiles/
log_dir=quant_group log_dir=quant_group
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启 #定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
......
hubei.mail.touser=bo.wang@quantgroup.cn hubei.mail.touser=bo.wang@quantgroup.cn
#存储每次请求响应的日志文件
hubei.history.filepath=/home/results/ hubei.history.filepath=/home/results/
log_dir=quant_group log_dir=quant_group
#定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启 #定时任务环境变量的名 系统变量为-1表示关闭定时任务 其他为开启
......
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