Pārlūkot izejas kodu

更新日志信息

tags/v2.4.1
xiaoying pirms 1 gada
vecāks
revīzija
afd91db1d5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 Parādīt failu

@@ -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());
}
}

Notiek ielāde…
Atcelt
Saglabāt