분할 패널 RepeaterFieldGroup 저장 및 DB webType 자동 매핑 구현

This commit is contained in:
dohyeons
2025-12-15 15:40:29 +09:00
parent c2d473bf59
commit 93443c98ee
8 changed files with 1034 additions and 392 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 (