去掉不需要的TODO

This commit is contained in:
xuetao.li
2023-04-19 09:36:38 +08:00
parent 6411e11441
commit 2767e7e737
7 changed files with 1 additions and 15 deletions
@@ -32,7 +32,6 @@ public class AdcDaBaseExceptionAdvice {
@ResponseBody
public ResponseMessage handlerAdcDaBaseException(Exception exception) {
logger.error(exception.getMessage(), exception);
// TODO 在数据库中记录程序异常,这个地方的异常是未处理的异常,需要管理员查看并进行处理以防重复出现
return Result.error(ResponseMessageCodeEnum.ERROR.getCode(), "程序异常,请重试。如果重复出现请联系管理员处理!");
}