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

Commit b5f89dda authored by zhanggb's avatar zhanggb

~api:exception.log;

parent 90e7f1ad
......@@ -108,7 +108,7 @@ public class ZxinArtworkBiz {
log.error(e.getMessage());
return ResponseDto.failure(e.getCode(),e.getMessage());
}catch (Exception e) {
log.error(e.getMessage());
log.error(e.getMessage(), e);
return ResponseDto.failure(e.getMessage());
}
......
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