update option function

This commit is contained in:
wayanrivan
2026-04-15 11:16:32 +07:00
parent f68ff49323
commit 4a0c0fd6c6
6 changed files with 6 additions and 6 deletions

View File

@ -141,7 +141,7 @@ export class FareTypeController {
// res_count.andWhere("munisipo.id = :munisipoId", { munisipoId: filterObj.munisipo_id });
// }
const res_list = repo.createQueryBuilder("FareType");
const res_list = repo.createQueryBuilder("FareType").orderBy("FareType.name", "ASC");
// Handle foreign key filter with relation
// if (filterObj.munisipo_id) {