Commit 3956e1dd by ruyun.zhang@suvalue.com

Merge branch 'release/v22.1.7-Stable' into release/v22.2.10-Beta-ninghai

parents 83b29100 9169e6e3
......@@ -427,7 +427,7 @@ public IEnumerable<T> QueryData<T>(sys_hospitalconfig config, string execsql, pe
if (connection == null) return Enumerable.Empty<T>();
if (connection.State == ConnectionState.Closed)
if (connection.State != ConnectionState.Open)
connection.Open();
}
catch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment