|
|
@@ -60,7 +60,7 @@ public class IpAccountServiceImpl implements IpAccountService {
|
|
|
if (StringUtils.isNotEmpty(ipAccountParam.getStatus())) {
|
|
|
ipAccountParam.setStatusList(Arrays.asList(ipAccountParam.getStatus()));
|
|
|
}
|
|
|
- PageHelper.startPage(1, 10);
|
|
|
+ PageHelper.startPage(current, size);
|
|
|
BasePageResult<IpAccountVO> resultList = ipAccountRepository.queryList(ipAccountParam.getAccNo(),ipAccountParam.getStatusList());
|
|
|
return resultList;
|
|
|
}
|