资质审核 角色回显问题

master
wangwei 2 years ago
parent a8eea8597e
commit 1f47d88a01

@ -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();

Loading…
Cancel
Save