no message
This commit is contained in:
parent
224a53e933
commit
f95fd5204f
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ export class OrganizationController extends Controller {
|
|||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูล");
|
||||
}
|
||||
|
||||
let _data = await new permission().PermissionOrgList(request, "SYS_REGISTRY_OFFICER");
|
||||
let _data = await new permission().PermissionOrgList(request, "SYS_ORG");
|
||||
const orgRootData = await AppDataSource.getRepository(OrgRoot)
|
||||
.createQueryBuilder("orgRoot")
|
||||
.where("orgRoot.orgRevisionId = :id", { id })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue