|
|
|
@ -343,6 +343,14 @@ public class SupCompanyController {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@AuthRuleAnnotation("")
|
|
|
|
|
@GetMapping("api/pur/supCompany/getRoId")
|
|
|
|
|
public BaseResponse getRoId( String companyId) {
|
|
|
|
|
CustomerInfoEntity customerInfoEntity = customerInfoService.selectById(companyId);
|
|
|
|
|
|
|
|
|
|
return ResultVOUtils.success(customerInfoEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getCustomerId() {
|
|
|
|
|
ServletRequestAttributes attributes = (ServletRequestAttributes) RequestContextHolder.getRequestAttributes();
|
|
|
|
|