|
@@ -14,7 +14,7 @@ public class BatchGetDataUtil<R,P> {
|
|
|
* @param paramList 全部参数集合
|
|
|
* @param batchSize 每批参数数量
|
|
|
*/
|
|
|
- public void getDataForBatch(List<R> resultList,List<P> paramList,int batchSize) {
|
|
|
+ public final void getDataForBatch(List<R> resultList,List<P> paramList,int batchSize) {
|
|
|
if(resultList==null||paramList==null||paramList.size()==0) {
|
|
|
return;
|
|
|
}
|