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

Commit 9168823b authored by zhanggb's avatar zhanggb

Revert "~api:exception.log;"

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