no message
This commit is contained in:
parent
44e0306322
commit
24f1e2cc49
4 changed files with 4 additions and 4 deletions
|
|
@ -192,7 +192,7 @@ export class KpiUserRoleController extends Controller {
|
|||
*/
|
||||
@Get("{id}")
|
||||
async GetKpiUserRoleDetail(@Request() request: RequestWithUser, @Path() id: string) {
|
||||
await new permission().PermissionGet(request, "SYS_KPI_LIST");
|
||||
// await new permission().PermissionGet(request, "SYS_KPI_LIST");
|
||||
const getKpiUserRole = await this.kpiUserRoleRepository.findOne({
|
||||
relations: ["kpiRole", "kpiUserEvaluation"],
|
||||
where: { id: id },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue