Commit f6b29331 by huluobin

Revert "亚马逊广告"

This reverts commit e5ac6ec5
parent e5ac6ec5
......@@ -66,7 +66,7 @@ public class SessionUtil {
threadLocalTransction.set(null);
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException("MYSQL关闭Session异常", e);
throw new RuntimeException("MYSQL关闭Session异常",e);
}
}
......@@ -80,7 +80,7 @@ public class SessionUtil {
threadLocal.set(null);
} catch (Exception e) {
e.printStackTrace();
throw new RuntimeException("MYSQL关闭Session异常", e);
throw new RuntimeException("MYSQL关闭Session异常",e);
}
}
......
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