no message
This commit is contained in:
parent
0119ff5722
commit
07858809b9
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ export class CommandController extends Controller {
|
|||
child4: null,
|
||||
};
|
||||
if (!request.user.role.includes("SUPER_ADMIN")) {
|
||||
_data = await new permission().PermissionOrgList(request, "SYS_ORG");
|
||||
_data = await new permission().PermissionOrgList(request, "COMMAND");
|
||||
}
|
||||
const profiles = await this.profileRepository
|
||||
.createQueryBuilder("profile")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue