no message

This commit is contained in:
Bright 2024-08-30 09:36:19 +07:00
parent 44e0306322
commit 24f1e2cc49
4 changed files with 4 additions and 4 deletions

View file

@ -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 },