Commit e9479801 authored by 刘帅's avatar 刘帅

1.调整生成志愿个数

parent d99c69e6
...@@ -549,7 +549,7 @@ public class MemberReportIntelligenceServiceImpl implements IMemberReportIntelli ...@@ -549,7 +549,7 @@ public class MemberReportIntelligenceServiceImpl implements IMemberReportIntelli
} }
}else{ }else{
if(c>=10){ if(c>=10){
finalCollect.addAll(targetList.subList(0,10)); finalCollect.addAll(targetList.subList(0,16));
}else{ }else{
finalCollect.addAll(targetList); finalCollect.addAll(targetList);
} }
......
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