-- แก้ไขตรวจสอบ ระบบ interface ให้ใช้งาน ได้ สมบูรแบบ

This commit is contained in:
2025-11-17 14:48:03 +07:00
parent 05dfb9a39e
commit 0185c54fb3
4 changed files with 17 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ export class BudgetAddService {
bdgnam
FROM ${database}.bdgmst
WHERE bdgnam = $1
s `
`
const params = [name]
const result = await this.generalService.executeQueryParam(database, sql, params);
return result