记得上下班打卡 | git大法好,push需谨慎

Commit 833dac86 authored by jiangxiulong's avatar jiangxiulong

test

parent 6afcc8e6
...@@ -77,6 +77,8 @@ public class CodeUtil { ...@@ -77,6 +77,8 @@ public class CodeUtil {
// //
// return resultImage; // return resultImage;
} catch (Exception e) { } catch (Exception e) {
logger.error(e.getMessage());
e.printStackTrace();
} finally { } finally {
if (stream != null) { if (stream != null) {
try { try {
...@@ -115,6 +117,8 @@ public class CodeUtil { ...@@ -115,6 +117,8 @@ public class CodeUtil {
// return resultImage; // return resultImage;
} catch (Exception e) { } catch (Exception e) {
logger.error(e.getMessage());
e.printStackTrace();
return null; return null;
} }
} }
......
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