update
This commit is contained in:
@ -75,6 +75,7 @@ export class InpatientRoomController {
|
||||
const res_count = query;
|
||||
const res_list = query
|
||||
.leftJoinAndSelect("InpatientRoom.room", "room")
|
||||
.leftJoinAndSelect("room.serviceclass", "service_class")
|
||||
.orderBy("InpatientRoom." + param.order_field, param.order_direction)
|
||||
.offset(offset)
|
||||
.limit(limit);
|
||||
|
||||
Reference in New Issue
Block a user