Commit 8b06d37e by zhiwj

修改日志打印

parent fde544a0
......@@ -211,7 +211,7 @@ public abstract class QrcodeDownload {
imageByte = addLogo_QRCode(bim, getPicByte(logoPic), logoName, format);
return imageByte;
} catch (Exception e) {
log.error(e.getMessage());
log.error("创建二维码失败", e);
return imageByte;
}
}
......
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