Change date

This commit is contained in:
junyi 2026-09-07 09:33:58 +00:00
parent 1e0b9cbfb0
commit 0bbcf1e380
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const dbConfig = {
password: process.env.ORACLE_PASSWORD || 'NfuWEB_5066',
connectString: process.env.ORACLE_CONNECT || '140.130.3.188:1521/dbnfua'
};
oracledb.fetchAsString = [ oracledb.DATE ];
// 通用查詢函式
async function executeQuery(sql) {
let connection;