|
|
@ -137,7 +137,7 @@ public class MesProductionRecordServiceImpl extends BaseMesService<MesProduction
|
|
|
|
List resultList = queryCountObject.getResultList();
|
|
|
|
List resultList = queryCountObject.getResultList();
|
|
|
|
int countSize = resultList.size();
|
|
|
|
int countSize = resultList.size();
|
|
|
|
if (countSize <= 0) {
|
|
|
|
if (countSize <= 0) {
|
|
|
|
return new ListPager();
|
|
|
|
return new ListPager(mesProductionRecordList,pager);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
pager = PagerHelper.getPager(pager, countSize);
|
|
|
|
pager = PagerHelper.getPager(pager, countSize);
|
|
|
|