fix(user): return hospital data on user detail
This commit is contained in:
@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user