|
@@ -105,7 +105,7 @@ public class CustomerCompanyTypeServiceImpl implements CustomerCompanyTypeServic
|
|
|
|
|
|
@Override
|
|
|
public PageInfo<List<CustomerCompanyType>> selectList(CustomerCompanyTypeForm customerCompanyTypeForm) {
|
|
|
- PageHelper.startPage(customerCompanyTypeForm.getPageNum(),customerCompanyTypeForm.getPageSize());
|
|
|
+ PageHelper.startPage(customerCompanyTypeForm.getPageNo(),customerCompanyTypeForm.getPageSize());
|
|
|
List<CustomerCompanyType> list = customerCompanyTypeMapper.selectList(customerCompanyTypeForm);
|
|
|
return new PageInfo(list);
|
|
|
}
|