This commit is contained in:
x2Skyz
2025-11-25 22:06:05 +07:00
parent 1cb3a2bc2d
commit e0e7bd44e7
5 changed files with 12 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ export class TransactionSearchService {
const sql = `
SELECT
${column}
FROM ${database}.bdgmst
FROM ${database}.trnmst
WHERE 1=1
`
const params = []