|
@@ -88,4 +88,9 @@ public class CustomerCompanyTypeServiceImpl implements CustomerCompanyTypeServic
|
|
List<CustomerCompanyType> list = customerCompanyTypeMapper.selectList(customerCompanyTypeForm);
|
|
List<CustomerCompanyType> list = customerCompanyTypeMapper.selectList(customerCompanyTypeForm);
|
|
return new PageInfo(list);
|
|
return new PageInfo(list);
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public List<CustomerCompanyType> selectCompanyTypeList(CustomerCompanyTypeForm customerCompanyTypeForm) {
|
|
|
|
+ return customerCompanyTypeMapper.selectList(customerCompanyTypeForm);
|
|
|
|
+ }
|
|
}
|
|
}
|