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

Commit 833dac86 authored by jiangxiulong's avatar jiangxiulong

test

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