budget & project apis: bruh

This commit is contained in:
HAPFEX
2025-11-17 16:28:42 +07:00
parent a0295a160c
commit b31682c041
6 changed files with 90 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ export class budgetSearch {
column = `bdgnam, bdgttl`
}
aryResult = await this.budgetSearchService.getBudgetSearch(database, id, column, condition);
aryResult = await this.budgetSearchService.getBudgetSearch(database, column, condition);
} catch (error) {
idx = 1;