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

@@ -6,7 +6,7 @@ export class BudgetSearchService {
this.generalService = new GeneralService()
}
async getBudgetSearch(database, id, column, condition) {
async getBudgetSearch(database, column, condition) {
const sql = `
SELECT
${column}