[성현모] 오타 수정

This commit is contained in:
SHM
2024-06-26 14:38:26 +09:00
parent 983914afc5
commit 2f34803b5b

View File

@ -111,7 +111,7 @@ namespace DataBaseConnection.Control
// //
if (connLongTerm2?.Count > 0) if (connLongTerm2?.Count > 0)
{ {
foreach (var logTermConnection in connLongTerm1.Values) foreach (var logTermConnection in connLongTerm2.Values)
{ {
if (logTermConnection.State == System.Data.ConnectionState.Open) if (logTermConnection.State == System.Data.ConnectionState.Open)
logTermConnection.Close(); logTermConnection.Close();