瀏覽代碼

更新日志信息

tags/v2.4.1
xiaoying 1 年之前
父節點
當前提交
afd91db1d5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tuoheng_oidc_admin/src/main/java/com/tuoheng/common/ExceptionCatch.java

+ 1
- 1
tuoheng_oidc_admin/src/main/java/com/tuoheng/common/ExceptionCatch.java 查看文件

@@ -32,7 +32,7 @@ public class ExceptionCatch {
@ExceptionHandler(ServiceException.class)
@ResponseBody
public JsonResult exception(ServiceException e){
log.error("catch exception:{}",e);
log.error("catch exception:{}",e.getMessage());
return JsonResult.error(e.getMessage());
}
}

Loading…
取消
儲存