fix(user): return hospital data on user detail

This commit is contained in:
avicenan
2026-06-03 11:35:43 +09:00
parent 3844828ef1
commit 89e4db9b87
2 changed files with 15 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import {
Munisipo,
Administrativu,
Nationality,
Application, //
Application,
Menu,
User,
UserActivity,
@ -16,6 +16,11 @@ import {
HrmsEmployee,
HrmsDepartment,
HrmsShift,
HospitalInformation,
Province,
City,
Subdistrict,
Ward,
} from "entity"
import { ILogObj, Logger } from "tslog"
@ -53,6 +58,11 @@ export class OrmHelper {
HrmsPosition,
HrmsShift,
HrmsEmployee,
HospitalInformation,
Province,
City,
Subdistrict,
Ward,
],
subscribers: [],
migrations: [],