|
|
|
@ -76,7 +76,7 @@ public class SupManufacturerController {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("/sup/manufacturer/getCompanyBySup")
|
|
|
|
|
@GetMapping("/directToCpt/sup/manufacturer/getCompanyBySup")
|
|
|
|
|
public BaseResponse getCompanyBySup(FilterSupManufacturerRequest filterSupManufacturerRequest) {
|
|
|
|
|
// filterSupManufacturerRequest.setCustomerId(getCustomerId());
|
|
|
|
|
List<SupManufacturerEntity> companyEntities = supManufacturerService.getCompany(filterSupManufacturerRequest);
|
|
|
|
|