update
This commit is contained in:
@ -51,8 +51,8 @@ export class ExaminationTypeController {
|
||||
const res_list = query
|
||||
.leftJoinAndSelect("ExaminationType.services", "services")
|
||||
.orderBy("ExaminationType." + param.order_field, param.order_direction)
|
||||
.offset(offset)
|
||||
.limit(limit);
|
||||
.take(limit)
|
||||
.skip(offset);
|
||||
|
||||
if (param.with_deleted) {
|
||||
res_count.withDeleted();
|
||||
|
||||
Reference in New Issue
Block a user