|
@@ -66,7 +66,7 @@ public class CustomerCompanyTypeController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/list")
|
|
|
- public ResponseBase selectList(CustomerCompanyTypeForm customerCompanyTypeForm){
|
|
|
+ public ResponseBase selectList(@RequestBody CustomerCompanyTypeForm customerCompanyTypeForm){
|
|
|
PageInfo<List<CustomerCompanyType>> pageInfo = customerCompanyTypeService.selectList(customerCompanyTypeForm);
|
|
|
ResultVO resultVO = new ResultVO();
|
|
|
resultVO.setData(pageInfo.getList());
|