update: faretype done

This commit is contained in:
wayanrivan
2026-03-25 14:04:29 +07:00
parent ab40036f45
commit a1df4a08f9
6 changed files with 378 additions and 2 deletions

View File

@ -52,6 +52,7 @@ export class ServiceFareController {
const res_list = query
.leftJoinAndSelect("ServiceFare.serviceClass", "serviceClass")
.leftJoinAndSelect("ServiceFare.service", "service")
.leftJoinAndSelect('ServiceFare.faretype', 'faretype')
.orderBy("ServiceFare." + param.order_field, param.order_direction)
.offset(offset)
.limit(limit);