Commit fff446ec authored by 郝彦辉's avatar 郝彦辉

D3筛选替换reqId

parent 2bf861b8
...@@ -1835,7 +1835,7 @@ public class ManualToolService implements CommonSuperService { ...@@ -1835,7 +1835,7 @@ public class ManualToolService implements CommonSuperService {
RepaymentInfoZhuDai repaymentLoanInfo = null; RepaymentInfoZhuDai repaymentLoanInfo = null;
for(String fileName : all_id3_fileNames){ for(String fileName : all_id3_fileNames){
if(!newD3FilePath.endsWith("/")){ if(!newD3FilePath.endsWith("/") && !newD3FilePath.endsWith("\\")){
newD3FilePath = newD3FilePath + "/"; newD3FilePath = newD3FilePath + "/";
} }
d3lineList = ReadOrWriteTxt.readTxtList(newD3FilePath + fileName); d3lineList = ReadOrWriteTxt.readTxtList(newD3FilePath + fileName);
...@@ -1844,6 +1844,8 @@ public class ManualToolService implements CommonSuperService { ...@@ -1844,6 +1844,8 @@ public class ManualToolService implements CommonSuperService {
for(int i=0;i<d3lineList.size();i++){ for(int i=0;i<d3lineList.size();i++){
try { try {
log.info(fileName+"S:"+i);
String d3JsonStr = d3lineList.get(i); String d3JsonStr = d3lineList.get(i);
if(d3JsonStr.length()<30){//#singleLoanRepayInfo if(d3JsonStr.length()<30){//#singleLoanRepayInfo
continue; continue;
......
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