Merge branch 'main' of http://39.117.244.52:3000/kjs/ERP-node into feature/screen-management

This commit is contained in:
kjs
2025-12-16 10:46:15 +09:00
20 changed files with 1895 additions and 623 deletions

View File

@@ -164,8 +164,8 @@ class MySQLPoolWrapper implements ConnectionPoolWrapper {
}
try {
const [rows] = await this.pool.execute(sql, params);
return rows;
const [rows] = await this.pool.execute(sql, params);
return rows;
} catch (error: any) {
// 연결 닫힘 오류 감지
if (