Commit 6998c8fc authored by 郝彦辉's avatar 郝彦辉

接口报送bug

parent 0f2879af
......@@ -247,7 +247,7 @@ public class BaiHangZhuDaiService {
loanInfos = new ArrayList<LoanInfoZhuDai>();
}
if(loanInfosLh!=null && loanInfosLh.size()>0){
loanInfos.addAll(loanInfos);
loanInfos.addAll(loanInfosLh);
}
for (int i = 0; i < loanInfos.size(); i++) {
......
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