Commit da4fe96d by 泽锋 李

fix

parent 16f096c7
...@@ -29,7 +29,7 @@ namespace AutoTurnOver.DB ...@@ -29,7 +29,7 @@ namespace AutoTurnOver.DB
{ {
throw new Exception("仓库编码必填"); throw new Exception("仓库编码必填");
} }
using (var conn = _connection) using (var conn = MyMySqlConnection._connection)
{ {
conn.Open(); conn.Open();
using (var t = conn.BeginTransaction()) using (var t = conn.BeginTransaction())
......
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