fix service

This commit is contained in:
avicenan
2026-05-26 18:29:00 +09:00
parent 3afe3c58dd
commit 0c0abe54ec
2 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,7 @@ export class ServiceController {
const res_count = query;
const res_list = query
.orderBy("Service." + param.order_field, param.order_direction)
.leftJoinAndSelect("Service.serviceType", "serviceType")
.offset(offset)
.limit(limit);