procPollInsertItem 후 트랜잭션 커밋이 안되던 문제 수정

This commit is contained in:
백승철 2023-02-25 13:08:11 +09:00
parent ba94631921
commit 21e8acdca0

View file

@ -216,6 +216,7 @@ class pollController extends poll
$oDB->rollback();
return $output;
}
$oDB->commit();
return $output;
}