-- แก้ไขตรวจสอบ ระบบ interface ให้ใช้งาน ได้ สมบูรแบบ
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user