Commit fe91fa64 by fukai

完善释放连接

parent 96e32296
......@@ -141,7 +141,7 @@ public abstract class AbstractCommonController {
} finally {
if (context != null)
{
context.getSupport().disconnect();
//context.getSupport().disconnect();
context.dispose();
}
}
......
......@@ -92,7 +92,7 @@ public class LoginController {
finally{
if (context != null)
{
context.getSupport().disconnect();
//context.getSupport().disconnect();
context.dispose();
}
}
......
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