Browse Source

更新日志信息

tags/v2.4.1
xiaoying 1 year ago
parent
commit
afd91db1d5
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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…
Cancel
Save